Skip to content

Commit

Permalink
fix: 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-IDNA-6597975
- https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-5595532
  • Loading branch information
snyk-bot committed May 8, 2024
1 parent 51012a6 commit 0952e99
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
requests==2.25.0
docker==5.0.0
requests==2.31.0
docker==5.0.0
idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 0952e99

Please sign in to comment.