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-FASTAPI-6228055
  • Loading branch information
snyk-bot committed Feb 6, 2024
1 parent 0d7547d commit 81feb51
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 @@ -13,7 +13,7 @@ click==8.0.3
colorama==0.4.4
coverage==6.0.2
distlib==0.3.3
fastapi==0.70.0
fastapi==0.109.1
fastapi-pagination==0.9.1
filelock==3.3.1
h11==0.12.0
Expand Down

0 comments on commit 81feb51

Please sign in to comment.