Skip to content

Commit

Permalink
fix: backend/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-8446508
  • Loading branch information
snyk-bot committed Dec 9, 2024
1 parent d51ff67 commit 58469f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pycparser==2.21
pydantic==2.0.2
# PyJWT==2.7.0
PyJWT==1.7.1
python-multipart==0.0.6
python-multipart==0.0.18
PyYAML==6.0.1
requests==2.31.0
six==1.16.0
Expand Down

0 comments on commit 58469f8

Please sign in to comment.