From 6ab5a1d743522758d6cb29a231eeb6d6a13d010e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 16:13:32 +0000 Subject: [PATCH] Bump pyspark from 3.1.2 to 3.3.1 Bumps [pyspark](https://github.com/apache/spark) from 3.1.2 to 3.3.1. - [Release notes](https://github.com/apache/spark/releases) - [Commits](https://github.com/apache/spark/compare/v3.1.2...v3.3.1) --- 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..590572de 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.1 python-dateutil==2.8.2 pytz==2020.1 scipy==1.7.3