From 0e0a7c2b0fa94cf2c1767a2378f1214263d659b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 10:55:44 +0000 Subject: [PATCH] Bump the geospatial group with 4 updates Bumps the geospatial group with 4 updates: [rioxarray](https://github.com/corteva/rioxarray), [rasterio](https://github.com/rasterio/rasterio), [geopandas](https://github.com/geopandas/geopandas) and [fiona](https://github.com/Toblerity/Fiona). Updates `rioxarray` from 0.15.1 to 0.20.0 - [Release notes](https://github.com/corteva/rioxarray/releases) - [Changelog](https://github.com/corteva/rioxarray/blob/master/docs/history.rst) - [Commits](https://github.com/corteva/rioxarray/compare/0.15.1...0.20.0) Updates `rasterio` from 1.3.10 to 1.4.3 - [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.10...1.4.3) Updates `geopandas` from 0.14.3 to 1.1.1 - [Release notes](https://github.com/geopandas/geopandas/releases) - [Changelog](https://github.com/geopandas/geopandas/blob/main/CHANGELOG.md) - [Commits](https://github.com/geopandas/geopandas/compare/v0.14.3...v1.1.1) Updates `fiona` from 1.9.6 to 1.10.1 - [Release notes](https://github.com/Toblerity/Fiona/releases) - [Changelog](https://github.com/Toblerity/Fiona/blob/main/CHANGES.txt) - [Commits](https://github.com/Toblerity/Fiona/compare/1.9.6...1.10.1) --- updated-dependencies: - dependency-name: rioxarray dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: geospatial - dependency-name: rasterio dependency-version: 1.4.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: geospatial - dependency-name: geopandas dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: geospatial - dependency-name: fiona dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: geospatial ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8a9ed06..612b564 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,11 +27,11 @@ dependencies = [ "torch==2.2.1", "torchvision==0.17.1", "earthengine-api==0.1.391", - "rioxarray==0.15.1", - "rasterio==1.3.10", + "rioxarray==0.19.0", + "rasterio==1.4.4", "tqdm==4.66.2", - "geopandas==0.14.3", - "fiona==1.9.6", + "geopandas==1.1.3", + "fiona==1.10.1", "geobench==1.0.0", "h5py==3.10.0", "scikit-learn==1.4.1.post1",