From 5a9aaeb72fc18e59a7328169914919d85cfcf9e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 16:14:34 +0000 Subject: [PATCH] Bump pyspark from 3.1.2 to 3.2.1 Bumps [pyspark](https://github.com/apache/spark) from 3.1.2 to 3.2.1. - [Release notes](https://github.com/apache/spark/releases) - [Commits](https://github.com/apache/spark/compare/v3.1.2...v3.2.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..2ee24c03 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.2.1 python-dateutil==2.8.2 pytz==2020.1 scipy==1.7.3