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-TQDM-6807582
  • Loading branch information
snyk-bot committed May 4, 2024
1 parent 4adcca1 commit 0536a4f
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 @@ -62,7 +62,7 @@ six==1.13.0
slackclient==2.5.0
sqlparse==0.4.2
supervisor==4.1.0
tqdm==4.56.0
tqdm==4.66.3
typing-extensions==3.7.4.3
uritemplate==3.0.1
urllib3==1.26.5
Expand Down

0 comments on commit 0536a4f

Please sign in to comment.