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-PYTHONMULTIPART-6227505
  • Loading branch information
snyk-bot committed Feb 5, 2024
1 parent 706e6e8 commit 2184eb3
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 @@ -14,7 +14,7 @@ responses==0.23.1
pandas==1.5.2
mongoengine==0.23.1
passlib[bcrypt]==1.7.4
python-multipart==0.0.5
python-multipart==0.0.7
py3dns==3.2.1
black==21.12b0
uvicorn>=0.18.2
Expand Down

0 comments on commit 2184eb3

Please sign in to comment.