From b268d96acad5de9921102aac7d232979efdb9494 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 08:51:45 +0000 Subject: [PATCH] fix(deps): update dependency rasterstats to >=0.21,<0.22 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 470fbbb1..924218e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ examples = [ "geopandas>=1.1.0,<1.2.0", "pandas>=2.3,<2.4", "rasterio~=1.5.0", - "rasterstats>=0.20,<0.21", + "rasterstats>=0.21,<0.22", "setuptools>=82.0.0,<82.1.0", "SQLAlchemy~=2.0.9", "psycopg2",