From 8480fca6db0650b87a0fe0c677ffe386269bdaae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:45:21 +0000 Subject: [PATCH] Bump pyspark from 2.4.5 to 3.3.2 in /data_generator Bumps [pyspark](https://github.com/apache/spark) from 2.4.5 to 3.3.2. - [Commits](https://github.com/apache/spark/compare/v2.4.5...v3.3.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..53de19f 100644 --- a/data_generator/requirements.txt +++ b/data_generator/requirements.txt @@ -1,2 +1,2 @@ -pyspark==2.4.5 +pyspark==3.3.2 pika==1.1.0