From 5e12de91230188400754fcba9c73abe692a70d06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 11:05:33 +0000 Subject: [PATCH] Bump pyspark from 2.4.8 to 3.3.1 in /python Bumps [pyspark](https://github.com/apache/spark) from 2.4.8 to 3.3.1. - [Release notes](https://github.com/apache/spark/releases) - [Commits](https://github.com/apache/spark/compare/v2.4.8...v3.3.1) --- updated-dependencies: - dependency-name: pyspark dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index b88c7874..9a9c3208 100644 --- a/python/setup.py +++ b/python/setup.py @@ -111,7 +111,7 @@ 'pysparksearch.jars': ['*.jar'] }, license='http://www.apache.org/licenses/LICENSE-2.0', - install_requires=['pyspark==2.4.8'], + install_requires=['pyspark==3.3.1'], setup_requires=['pypandoc'], classifiers=[ 'Development Status :: 0.2.0 - Development/UnStable',