From 08fc5c2fcba3af8f89272308c2bcc49bed5dd67d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:40:03 +0000 Subject: [PATCH] Bump numpy from 1.15.4 to 1.22.0 in /extractTool Bumps [numpy](https://github.com/numpy/numpy) from 1.15.4 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.15.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- extractTool/extractTool.egg-info/requires.txt | 2 +- extractTool/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extractTool/extractTool.egg-info/requires.txt b/extractTool/extractTool.egg-info/requires.txt index f269173..b25a16a 100644 --- a/extractTool/extractTool.egg-info/requires.txt +++ b/extractTool/extractTool.egg-info/requires.txt @@ -3,7 +3,7 @@ db-sqlite3==0.0.1 docopt==0.6.2 geojson==2.4.1 jsonlib==1.6.1 -numpy==1.15.4 +numpy==1.22.0 pandas==0.23.4 PyGeoj==1.0.0 pylint==1.9.3 diff --git a/extractTool/setup.py b/extractTool/setup.py index e1f497e..19e0a20 100644 --- a/extractTool/setup.py +++ b/extractTool/setup.py @@ -24,7 +24,7 @@ "docopt==0.6.2", "geojson==2.4.1", "jsonlib==1.6.1", - "numpy==1.15.4", + "numpy==1.22.0", "pandas==0.23.4", "PyGeoj==1.0.0", "pylint==1.9.3",