Commit c13ba38
committed
Fix Dependabot alert for geopandas in test fixture
Update geopandas version constraint in tests/test-poetry-ibis/pyproject.toml
from ">=0.6,<1" to ">=1.1.2,<2" to address CVE-2025-69662 (SQL injection
in to_postgis()).
This file is a test fixture used to test conda-lock's Poetry parsing
and is never actually installed or executed, but the update satisfies
automated security scanners.1 parent d487939 commit c13ba38
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments