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-STARLETTE-8186175
  • Loading branch information
snyk-bot committed Oct 20, 2024
1 parent e592949 commit a89e55d
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 @@ -30,7 +30,7 @@ python-dotenv==1.0.0
python-multipart==0.0.6
PyYAML==6.0.1
sniffio==1.3.0
starlette==0.27.0
starlette==0.40.0
tomli==2.0.1
tomlkit==0.12.1
typing_extensions==4.7.1
Expand Down

0 comments on commit a89e55d

Please sign in to comment.