From a04c5e9f310852fa737a392afc8bd935bd859224 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 07:24:57 +0000 Subject: [PATCH] Bump pyspark Bumps [pyspark](https://github.com/apache/spark) from 2.3.0 to 3.2.2. - [Release notes](https://github.com/apache/spark/releases) - [Commits](https://github.com/apache/spark/compare/v2.3.0...v3.2.2) --- updated-dependencies: - dependency-name: pyspark dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project-News_Classification_Using_CNN_LSTM_GLOVE_Embeddings/requirements.txt b/project-News_Classification_Using_CNN_LSTM_GLOVE_Embeddings/requirements.txt index c8d07ec..7ea92c6 100644 --- a/project-News_Classification_Using_CNN_LSTM_GLOVE_Embeddings/requirements.txt +++ b/project-News_Classification_Using_CNN_LSTM_GLOVE_Embeddings/requirements.txt @@ -37,7 +37,7 @@ plac==0.9.6 preshed==2.0.1 protobuf==3.6.1 pyparsing==2.3.0 -pyspark==2.3.0 +pyspark==3.2.2 python-dateutil==2.7.5 pytz==2018.7 regex==2018.1.10