Skip to content

Commit 1e51efe

Browse files
committed
fix: actions/requirements-actions.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 1e51efe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actions/requirements-actions.txt

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ pandas>=0.25.0
88
algoliasearch>=2.0,<3.0
99
spacy~=2.2.4
1010
python-dotenv~=0.15.0
11+
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)