From a5aea0734a60983ec953804444af2369aab148f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 07:36:38 +0000 Subject: [PATCH] Bump pyspark from 2.4.3 to 3.2.2 Bumps [pyspark](https://github.com/apache/spark) from 2.4.3 to 3.2.2. - [Release notes](https://github.com/apache/spark/releases) - [Commits](https://github.com/apache/spark/compare/v2.4.3...v3.2.2) --- updated-dependencies: - dependency-name: pyspark dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f6e4d1c..f1f46bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ py==1.6.0 py4j==0.10.7 pycodestyle==2.4.0 pylint==2.4.3 -pyspark==2.4.3 +pyspark==3.2.2 pytest==5.2.1 scandir==1.9.0 singledispatch==3.4.0.3