Skip to content

Commit

Permalink
fix: requirements.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-SETUPTOOLS-7448482
  • Loading branch information
snyk-bot committed Jul 16, 2024
1 parent 7c6d349 commit adaa1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ numpy>=1.24.4
pyquaternion==0.9.5
pyvoro-mmalahe==1.3.4
scipy>=1.10.1
setuptools>=65.5.1
setuptools>=70.0.0
xmltodict==0.12.0
tox==3.14.0
lsq-ellipse==2.0.1

0 comments on commit adaa1e1

Please sign in to comment.