Skip to content

Commit e858f79

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-8186175
1 parent 233835b commit e858f79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ fastapi==0.65.2
22
pydantic==1.8.2
33
redis==3.5.3
44
uvicorn==0.14.0
5+
starlette>=0.40.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)