From e83f718fec3b5d4454535992099e542c994955ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:46:07 +0000 Subject: [PATCH] Bump pyspark from 3.0.1 to 3.3.2 in /Financial_Data_Report Bumps [pyspark](https://github.com/apache/spark) from 3.0.1 to 3.3.2. - [Commits](https://github.com/apache/spark/compare/v3.0.1...v3.3.2) --- updated-dependencies: - dependency-name: pyspark dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Financial_Data_Report/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Financial_Data_Report/requirements.txt b/Financial_Data_Report/requirements.txt index f01e587..ff51f33 100644 --- a/Financial_Data_Report/requirements.txt +++ b/Financial_Data_Report/requirements.txt @@ -1,4 +1,4 @@ pandas==1.3.5 kensu==2.0.0 -pyspark==3.0.1 +pyspark==3.3.2 packaging