From f89f9da1222053fceacb31a0718d157230a0470b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 07:51:06 +0000 Subject: [PATCH] Bump pyspark from 2.4.5 to 3.2.2 in /python Bumps [pyspark](https://github.com/apache/spark) from 2.4.5 to 3.2.2. - [Release notes](https://github.com/apache/spark/releases) - [Commits](https://github.com/apache/spark/compare/v2.4.5...v3.2.2) --- updated-dependencies: - dependency-name: pyspark dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 224f890..53ddc86 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,4 +1,4 @@ -pyspark==2.4.5 +pyspark==3.2.2 pytest pytest-watch findspark \ No newline at end of file