Skip to content

Commit ebf90c9

Browse files
committed
fix: requirements/base.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-GEOPANDAS-15170839 - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899
1 parent 814f6dc commit ebf90c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ anytree < 2.9
22
boto3 < 1.30
33
click < 9
44
dictdiffer < 1
5-
geopandas >= 0.13, < 0.15
5+
geopandas>=1.1.2
66
importlib_resources < 7
77
ipykernel < 7
88
keplergl < 0.4

0 commit comments

Comments
 (0)