From 85e2033482dbb2926ad8f55c84facbc65cbb48c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 07:26:54 +0000 Subject: [PATCH] Bump pyspark from 2.3.2 to 3.2.2 in /notebook Bumps [pyspark](https://github.com/apache/spark) from 2.3.2 to 3.2.2. - [Release notes](https://github.com/apache/spark/releases) - [Commits](https://github.com/apache/spark/compare/v2.3.2...v3.2.2) --- updated-dependencies: - dependency-name: pyspark dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- notebook/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/requirements.txt b/notebook/requirements.txt index d2e4df7..fca63fd 100644 --- a/notebook/requirements.txt +++ b/notebook/requirements.txt @@ -7,7 +7,7 @@ altair==2.3.0 vega==1.4.0 markovify==0.7.1 pyarrow==0.12.0 -pyspark==2.3.2 +pyspark==3.2.2 seaborn==0.9.0 matplotlib==3.0.3 flask==1.0.2