Skip to content

Commit 3bd7c0a

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-XMLTODICT-12427118
1 parent 59f6bb1 commit 3bd7c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pyquaternion==0.9.5
88
pyvoro-mmalahe==1.3.4
99
scipy>=1.10.1
1010
setuptools>=70.0.0
11-
xmltodict==0.12.0
11+
xmltodict==0.15.0
1212
tox==3.14.0
1313
lsq-ellipse==2.0.1
1414
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)