From e9087a3f6f4c80edca7e09c8cea7dceeb35787b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 09:44:09 +0000 Subject: [PATCH] chore(deps): update dependency rasterio to ~=1.5.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc6fec5..ab8f082 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dev = [ examples = [ "geopandas>=1.1.0,<1.2.0", "pandas>=2.3,<2.4", - "rasterio~=1.4.1", + "rasterio~=1.5.0", "rasterstats>=0.20,<0.21", "setuptools>=82.0.0,<82.1.0", "SQLAlchemy~=2.0.9",