Skip to content

Commit

Permalink
fix: requirements/base.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-REQUESTS-5595532
  • Loading branch information
snyk-bot committed Jul 28, 2023
1 parent 0e365a9 commit 9bdd5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ PyYAML==6.0.1
uritemplate==4.1.1
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
requests==2.29.0
requests==2.31.0

0 comments on commit 9bdd5d1

Please sign in to comment.