Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Mar 27, 2024
1 parent 5e00b2c commit 1cad3f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests>=0.10,<3.0.0
requests>=2.31.0,<3.0.0
six>=1.0.0,<2.0.0
wheel>=0.38.0
boto>=2.48.0
Expand All @@ -7,3 +7,4 @@ diskcache>=2.9.0,<3.0.0
setuptools>=65.5.1
attrs>=18.1.0,<19.0.0
trans>=2.1.0,<3.0.0
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 1cad3f9

Please sign in to comment.