Skip to content

Commit 5466e32

Browse files
authored
Merge pull request #889 from maresb/dependabot-security
Fix Dependabot alert for geopandas in test fixture
2 parents 4467c9e + c13ba38 commit 5466e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-poetry-ibis/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ duckdb = { version = ">=0.3.3,<1", optional = true }
5959
duckdb-engine = { version = ">=0.1.8,<1", optional = true }
6060
fsspec = { version = ">=2022.1.0", optional = true }
6161
GeoAlchemy2 = { version = ">=0.6.3,<1,!=0.13.0", optional = true }
62-
geopandas = { version = ">=0.6,<1", optional = true }
62+
geopandas = { version = ">=1.1.2,<2", optional = true }
6363
google-cloud-bigquery = { version = ">=3,<4", optional = true }
6464
google-cloud-bigquery-storage = { version = ">=2,<3", optional = true }
6565
graphviz = { version = ">=0.16,<1", optional = true }

0 commit comments

Comments
 (0)