From f553f2e59d0092bee1fe58be6d04dcac9b7ac6ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 May 2023 12:29:47 +0000 Subject: [PATCH] Bump pyspark from 3.2.0 to 3.2.2 in /client/src/resources/contributing Bumps [pyspark](https://github.com/apache/spark) from 3.2.0 to 3.2.2. - [Commits](https://github.com/apache/spark/compare/v3.2.0...v3.2.2) --- updated-dependencies: - dependency-name: pyspark dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/src/resources/contributing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/resources/contributing/requirements.txt b/client/src/resources/contributing/requirements.txt index 180f612b3..519b0a44f 100644 --- a/client/src/resources/contributing/requirements.txt +++ b/client/src/resources/contributing/requirements.txt @@ -55,7 +55,7 @@ PyJWT==2.6.0 Pympler==1.0.1 pyparsing==3.0.9 pyrsistent==0.19.3 -pyspark==3.2.0 +pyspark==3.2.2 python-dateutil==2.8.2 python-dotenv==0.17.1 pytz==2023.3