From ba8cf1de48b92cc78c758b312c451e1f98cbc9e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 13:17:30 +0000 Subject: [PATCH] Bump numpy from 1.23.3 to 1.24.1 in /rastervision_core Bumps [numpy](https://github.com/numpy/numpy) from 1.23.3 to 1.24.1. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.23.3...v1.24.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- rastervision_core/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rastervision_core/requirements.txt b/rastervision_core/requirements.txt index 05973e8e5..12fc9d597 100644 --- a/rastervision_core/requirements.txt +++ b/rastervision_core/requirements.txt @@ -6,7 +6,7 @@ pygeos==0.13 shapely==1.8.4 geopandas==0.12.0 -numpy==1.23.3 +numpy==1.24.1 pillow==9.3.0 pyproj==3.4.0 rasterio==1.3.2