From 1d2e4e5a2bbccf4d2c8ab03a33de95413428b59f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 04:59:33 +0000 Subject: [PATCH] Update rasterio requirement from ~=1.3.3 to ~=1.3.6 Updates the requirements on [rasterio](https://github.com/rasterio/rasterio) to permit the latest version. - [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.3...1.3.6) --- updated-dependencies: - dependency-name: rasterio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5894054..914e55c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ loguru==0.6.0 Fiona==1.8.22 pyproj~=3.4.0 geopandas==0.10.2 -rasterio~=1.3.3 +rasterio~=1.3.6 geocube~=0.3.3 \ No newline at end of file