From 633c1eaa3ee093dce8ab50400d548aee11e58a86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 07:57:21 +0000 Subject: [PATCH] Bump pyspark from 3.0.0 to 3.2.2 Bumps [pyspark](https://github.com/apache/spark) from 3.0.0 to 3.2.2. - [Release notes](https://github.com/apache/spark/releases) - [Commits](https://github.com/apache/spark/compare/v3.0.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/requirements.txt b/requirements.txt index 3e35db9..bddfa37 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ matplotlib==2.2.2 seaborn==0.8.1 scikit-learn==0.20.0 TPOT==0.10.2 -pyspark==3.0.0 +pyspark==3.2.2 findspark==1.4.2 \ No newline at end of file