From d33c020ef94b884223029ba82b09d39c57b3742b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:26:51 +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 4aee108b..c8505fd6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ beautifulsoup4==4.6.3 -numpy==1.14.5 +numpy==1.22.0 h5py==2.8.0 imutils==0.5.1 Unidecode==1.0.22 diff --git a/setup.py b/setup.py index d6394059..da572ea7 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ install_requires = [ 'beautifulsoup4==4.6.3', - 'numpy==1.15.1', + 'numpy==1.22.0', 'h5py==2.8.0', 'imutils==0.5.1', 'Unidecode==1.0.22',