From 370187f98509bbb0a2c108997beb4af5814cfecd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 21:41:26 +0000 Subject: [PATCH] Bump rasterio from 1.3.7 to 1.3.9 in /rastervision_core Bumps [rasterio](https://github.com/rasterio/rasterio) from 1.3.7 to 1.3.9. - [Release notes](https://github.com/rasterio/rasterio/releases) - [Changelog](https://github.com/rasterio/rasterio/blob/main/CHANGES.txt) - [Commits](https://github.com/rasterio/rasterio/compare/1.3.7...1.3.9) --- updated-dependencies: - dependency-name: rasterio dependency-type: direct:production update-type: version-update:semver-patch ... 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 060547ce6..b54c0554c 100644 --- a/rastervision_core/requirements.txt +++ b/rastervision_core/requirements.txt @@ -4,7 +4,7 @@ geopandas==0.13.2 numpy==1.25.0 pillow==10.0.1 pyproj==3.4.0 -rasterio==1.3.7 +rasterio==1.3.9 pystac==1.9.0 scikit-learn==1.2.2 scipy==1.10.1