From eb6bf24a780f230bcd4a019c8c4441c4abb2b3de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 22:05:13 +0000 Subject: [PATCH] Bump numpy from 1.11.1 to 1.21.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.11.1 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.11.1...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-databricks.txt | 2 +- requirements-docs.txt | 2 +- requirements-test.txt | 2 +- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-databricks.txt b/requirements-databricks.txt index 949d4c34..ad109dbc 100644 --- a/requirements-databricks.txt +++ b/requirements-databricks.txt @@ -7,7 +7,7 @@ tqdm==4.28.1 pymongo==3.9.0 fastnumbers==2.2.1 multipledispatch==0.6.0 -numpy==1.11.1 +numpy==1.21.0 matplotlib==1.5.3 seaborn==0.7.1 deprecated==1.2.5 diff --git a/requirements-docs.txt b/requirements-docs.txt index 6932a86f..e8a63b72 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,5 +1,5 @@ findspark==1.3.0 -numpy==1.17.2 +numpy==1.21.0 pytest==4.6.2 matplotlib==3.0.3 setuptools==41.6.0 diff --git a/requirements-test.txt b/requirements-test.txt index dac29e0d..42e885b1 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -6,7 +6,7 @@ pylint==2.3.1 fastnumbers==2.2.1 multipledispatch==0.6.0 python_dateutil==2.7.5 -numpy==1.17.2 +numpy==1.21.0 matplotlib==3.0.3 pyspark==2.4.1 pytest==4.6.2 diff --git a/requirements.txt b/requirements.txt index 5a79baf5..fe7636ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ tqdm==4.28.1 pymongo==3.9.0 fastnumbers==2.2.1 multipledispatch==0.6.0 -numpy==1.17.2 +numpy==1.21.0 matplotlib==3.0.3 pyspark==2.4.1 findspark==1.3.0