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-URLLIB3-7267250
  • Loading branch information
snyk-bot committed Jun 18, 2024
1 parent 06aeb7b commit b04b0ba
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 @@ -27,7 +27,7 @@ PyYAML==6.0
requests-kerberos==0.14.0
s3transfer==0.6.0
sqlparse==0.5.0
urllib3==1.26.18
urllib3==1.26.19
schedule==1.1.0
django-filter==22.1
ruff==0.0.270
Expand Down

0 comments on commit b04b0ba

Please sign in to comment.