Skip to content

Commit

Permalink
fix: external_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-3180412
  • Loading branch information
snyk-bot committed Dec 24, 2022
1 parent c04895b commit a664a43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion external_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ boto3==1.4.5
jsonpickle==0.9.3
enum==0.4.6
pycrypto==2.6.1
retrying==1.3.3
retrying==1.3.3
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit a664a43

Please sign in to comment.