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-REQUESTS-6928867
  • Loading branch information
snyk-bot committed May 21, 2024
1 parent 0f4b7fd commit f5a9eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ chardet==3.0.4
datadog==0.26.0
decorator==4.3
idna==2.8
requests==2.21
requests==2.32.0
simplejson==3.16
urllib3==1.24.2
pytz==2019.3

0 comments on commit f5a9eda

Please sign in to comment.