From 6f9c021fb61fde1bb81b0cad143298b1e6c1b6ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:07:12 +0000 Subject: [PATCH] Bump numpy from 1.13.3 to 1.22.0 in /cm Bumps [numpy](https://github.com/numpy/numpy) from 1.13.3 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.13.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cm/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cm/requirements.txt b/cm/requirements.txt index 2ca67fc..a5aef30 100644 --- a/cm/requirements.txt +++ b/cm/requirements.txt @@ -19,7 +19,7 @@ amqp==2.4.0 scipy==1.3.0 pandas pyomo -numpy==1.13.3 +numpy==1.22.0 Fiona==1.8.6 pyproj==2.1.3 Shapely==1.6.4