From 46ecea79b6ef01248c04b0deacf71d162623a147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:25:53 +0000 Subject: [PATCH] Bump scipy from 1.1.0 to 1.10.0 in /extractTool Bumps [scipy](https://github.com/scipy/scipy) from 1.1.0 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.1.0...v1.10.0) --- updated-dependencies: - dependency-name: scipy 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..db126ff 100644 --- a/extractTool/extractTool.egg-info/requires.txt +++ b/extractTool/extractTool.egg-info/requires.txt @@ -9,7 +9,7 @@ PyGeoj==1.0.0 pylint==1.9.3 pyshp==2.0.1 pytest==3.3.2 -scipy==1.1.0 +scipy==1.10.0 wrapt==1.10.11 xarray==0.11.0 pyproj==1.9.5.1 diff --git a/extractTool/setup.py b/extractTool/setup.py index e1f497e..a4bb1ca 100644 --- a/extractTool/setup.py +++ b/extractTool/setup.py @@ -30,7 +30,7 @@ "pylint==1.9.3", "pyshp==2.0.1", "pytest==3.3.2", - "scipy==1.1.0", + "scipy==1.10.0", "wrapt==1.10.11", "xarray==0.11.0", "pyproj==1.9.5.1",