From f2d4130dd62b67c5e8f74c8a873bd8b14a1c60c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 21:30:15 +0000 Subject: [PATCH] Bump pyspark from 2.3.2 to 3.2.2 Bumps [pyspark](https://github.com/apache/spark) from 2.3.2 to 3.2.2. - [Release notes](https://github.com/apache/spark/releases) - [Commits](https://github.com/apache/spark/compare/v2.3.2...v3.2.2) --- updated-dependencies: - dependency-name: pyspark dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d033ace4..1488a512 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ 'pandas==1.1.4', # NOTE: this is pinned to 3.20.3 because protos changed and we can't regenerate them. 'protobuf==3.20.3', - 'pyspark==2.3.2', + 'pyspark==3.2.2', 'python-moztelemetry @ git+http://github.com/mozilla/python_moztelemetry.git@v0.10.2#egg=python-moztelemetry', 'requests-toolbelt==0.9.1', 'requests==2.25.0',