Skip to content

Commit

Permalink
fix: requirements/base.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-FIONA-7462744
  • Loading branch information
snyk-bot committed Jul 18, 2024
1 parent 7039831 commit 74003bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ s2sphere < 0.3
scikit-learn >= 1.2, < 2
shapely >= 1, < 3
tqdm >= 4, < 5
xmltodict < 0.14
xmltodict < 0.14
fiona>=1.10b2 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 74003bc

Please sign in to comment.