From e6d6aac5c38ac46bb65f3e0951dc5b253310b0de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 07:50:23 +0000 Subject: [PATCH] Bump pyspark from 2.4.5 to 3.2.2 in /data_generator Bumps [pyspark](https://github.com/apache/spark) from 2.4.5 to 3.2.2. - [Release notes](https://github.com/apache/spark/releases) - [Commits](https://github.com/apache/spark/compare/v2.4.5...v3.2.2) --- updated-dependencies: - dependency-name: pyspark dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- data_generator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_generator/requirements.txt b/data_generator/requirements.txt index 9b52b40..1e19ee9 100644 --- a/data_generator/requirements.txt +++ b/data_generator/requirements.txt @@ -1,2 +1,2 @@ -pyspark==2.4.5 +pyspark==3.2.2 pika==1.1.0