From 6dfe69873b79c6bc3c4a0bd25ef7c7335c351a60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 23:08:37 +0000 Subject: [PATCH] Bump numpy from 1.17.2 to 1.22.0 in /warehouse-mapping Bumps [numpy](https://github.com/numpy/numpy) from 1.17.2 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.17.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- warehouse-mapping/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/warehouse-mapping/requirements.txt b/warehouse-mapping/requirements.txt index 1af1a8f..6e1b376 100644 --- a/warehouse-mapping/requirements.txt +++ b/warehouse-mapping/requirements.txt @@ -1,4 +1,4 @@ matplotlib==3.1.1 networkx==2.3 -numpy==1.17.2 +numpy==1.22.0 Shapely==1.6.4.post2