Skip to content

Commit 5a18d7b

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-STARLETTE-10874054
1 parent 5b7678e commit 5a18d7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pytest_html==4.0.0
1111
requests==2.32.0
1212
fastapi==0.115.3
1313
uvicorn==0.27.0
14-
starlette>=0.40.0,<0.42.0
14+
starlette>=0.47.2
1515
httpx==0.25.0
1616
pydantic>=2
1717
gunicorn==23.0.0

0 commit comments

Comments
 (0)