From 789d82eb4629ceb5a83163594c519415a82a2911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:59:14 +0000 Subject: [PATCH] Bump numpy from 1.14.5 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.14.5 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.14.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2b6dc81..dee5048 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ certifi==2018.4.16 chardet==3.0.4 colorful==0.4.1 idna==2.7 -numpy==1.14.5 +numpy==1.22.0 pandas==0.23.3 patsy==0.5.0 pkginfo==1.4.2 diff --git a/setup.py b/setup.py index e3c0835..2b25845 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ 'geopy', 'idna==2.7', 'matplotlib==3.0.2', - 'numpy==1.19.5', + 'numpy==1.22.0', 'pandas==0.23.4', 'patsy==0.5.1', 'pkginfo==1.4.2',