From 2cd6cb2d08677a0a98915b3fb431cfe9f56c2cf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 07:52:22 +0000 Subject: [PATCH] Bump pyspark from 2.4.6 to 3.2.2 in /backend Bumps [pyspark](https://github.com/apache/spark) from 2.4.6 to 3.2.2. - [Release notes](https://github.com/apache/spark/releases) - [Commits](https://github.com/apache/spark/compare/v2.4.6...v3.2.2) --- updated-dependencies: - dependency-name: pyspark dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 69d3c9e..f922a7c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -34,7 +34,7 @@ Pygments==2.4.2 PyJWT==1.7.1 pyparsing==2.4.2 PySocks==1.7.1 -pyspark==2.4.6 +pyspark==3.2.2 PyStemmer==2.0.0.1 python-dateutil==2.8.0 pytz==2020.1