From f0d9a1b74431bcc9e78346edbe0d3a04093ced15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:10:18 +0000 Subject: [PATCH] Bump numpy from 1.17.2 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.17.2 to 1.22.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.17.2...v1.22.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..c9c9b420 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.22.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..243b4f4d 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,5 +1,5 @@ findspark==1.3.0 -numpy==1.17.2 +numpy==1.22.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..bb4fdf63 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.22.0 matplotlib==3.0.3 pyspark==2.4.1 pytest==4.6.2 diff --git a/requirements.txt b/requirements.txt index 5a79baf5..736f62f8 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.22.0 matplotlib==3.0.3 pyspark==2.4.1 findspark==1.3.0