From 372e8498f29db9754fb3348e53f4381b7d7225e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:26:37 +0200 Subject: [PATCH] chore(deps): update dependency rasterstats to >=0.20,<0.21 (#214) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d639a4a..99accbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ examples = [ "geopandas>=1.0.0,<1.1.0", "pandas>=2.0,<2.3", "rasterio~=1.4.1", - "rasterstats>=0.18,<0.20", + "rasterstats>=0.20,<0.21", "setuptools>=73.0.1,<75.2.0", "SQLAlchemy~=2.0.9", "psycopg2",