From c54666a9751950d48bb9c0272316c975235487cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 16:58:25 +0000 Subject: [PATCH] Bump pyspark from 3.1.2 to 3.3.2 Bumps [pyspark](https://github.com/apache/spark) from 3.1.2 to 3.3.2. - [Release notes](https://github.com/apache/spark/releases) - [Commits](https://github.com/apache/spark/compare/v3.1.2...v3.3.2) --- updated-dependencies: - dependency-name: pyspark dependency-type: direct:production update-type: version-update:semver-minor ... 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 0d4a03b8..5bcc8874 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -3,7 +3,7 @@ numpy==1.21.0 chispa==0.8.2 pandas==1.4.0 pyarrow==6.0.1 -pyspark==3.1.2 +pyspark==3.3.2 python-dateutil==2.8.2 pytz==2020.1 scipy==1.7.3