Skip to content

Commit

Permalink
fix: backend_app/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-6002459
  • Loading branch information
snyk-bot committed Oct 18, 2023
1 parent 4adcca1 commit cc48cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend_app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ supervisor==4.1.0
tqdm==4.56.0
typing-extensions==3.7.4.3
uritemplate==3.0.1
urllib3==1.26.5
urllib3==1.26.18
vine==1.3.0
yarl==1.4.2
zipp==0.6.0
Expand Down

0 comments on commit cc48cc8

Please sign in to comment.