diff --git a/python/geobrix/pyproject.toml b/python/geobrix/pyproject.toml index dd8afe7..20da083 100644 --- a/python/geobrix/pyproject.toml +++ b/python/geobrix/pyproject.toml @@ -37,7 +37,7 @@ dev = [ ] test = [ "pytest>=7.0", - "shapely>=2.0.0", + "shapely>=2.1.2", "rasterio>=1.3.0", "numpy>=1.24.0", ]