From 34eeab501612d972e7a7f4689c3edeb961263dd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 07:52:25 +0000 Subject: [PATCH] Bump pyspark from 2.4.1 to 3.2.2 in /backend Bumps [pyspark](https://github.com/apache/spark) from 2.4.1 to 3.2.2. - [Release notes](https://github.com/apache/spark/releases) - [Commits](https://github.com/apache/spark/compare/v2.4.1...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 4edbf73..b4ef00e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,6 +1,6 @@ Django==2.2.3 django-cors-headers==3.0.2 djangorestframework==3.10.1 -pyspark==2.4.1 +pyspark==3.2.2 pytz==2019.1 sqlparse==0.3.0