From 7de52e6b2e3da93021b0f42008b30a60a0a52fa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 20:36:27 +0000 Subject: [PATCH] Bump rasterio from 1.3.7 to 1.3.8 in /rastervision_core Bumps [rasterio](https://github.com/rasterio/rasterio) from 1.3.7 to 1.3.8. - [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.8) --- 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 d5ececfcc..90c996ced 100644 --- a/rastervision_core/requirements.txt +++ b/rastervision_core/requirements.txt @@ -4,7 +4,7 @@ geopandas==0.13.2 numpy==1.25.0 pillow==9.3.0 pyproj==3.4.0 -rasterio==1.3.7 +rasterio==1.3.8 pystac==1.6.1 scikit-learn==1.2.2 scipy==1.10.1