Skip to content

Commit f5d577d

Browse files
committed
fix: requirements-dev.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899
1 parent 6935627 commit f5d577d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ sqlalchemy~=1.3.22
1313

1414
# install & pin for networkx
1515
decorator==4.4.2
16+
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)