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 ba5a6bd commit 5162a5c
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
@@ -1,5 +1,5 @@
uvicorn==0.13.4
requests==2.25.1
fastapi==0.65.2
fastapi==0.109.1
pytest==6.2.4
pytest-cov==2.12.1

0 comments on commit 5162a5c

Please sign in to comment.