From 26df66726650a5bc528ea5b975046cc81c48dfce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2019 09:03:09 +0000 Subject: [PATCH] Bump pyspark from 2.3.2 to 2.4.4 Bumps [pyspark](https://github.com/apache/spark) from 2.3.2 to 2.4.4. - [Release notes](https://github.com/apache/spark/releases) - [Commits](https://github.com/apache/spark/compare/v2.3.2...v2.4.4) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a7f85d6..9134448 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ docopt==0.6.2 numpy==1.17.2 -pyspark==2.3.2 +pyspark==2.4.4 mock==2.0.0 pandas==0.24.1 pyarrow==0.13.0 diff --git a/requirements_dev.txt b/requirements_dev.txt index 8362221..23c81f4 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ docopt==0.6.2 numpy==1.17.2 -pyspark==2.3.2 +pyspark==2.4.4 mock==2.0.0 pandas==0.24.1 pyarrow==0.13.0