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-STARLETTE-8186175
  • Loading branch information
snyk-bot committed Oct 16, 2024
1 parent 0d7547d commit a0c1daa
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 @@ -51,7 +51,7 @@ rfc3986==1.5.0
six==1.16.0
sniffio==1.2.0
sortedcontainers==2.4.0
starlette==0.16.0
starlette==0.40.0
toml==0.10.2
tomli==1.2.2
trio==0.19.0
Expand Down

0 comments on commit a0c1daa

Please sign in to comment.