Skip to content

Commit a4118e1

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-13733964
1 parent 742815d commit a4118e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ rpds-py==0.10.3
6666
# referencing
6767
sniffio==1.3.0
6868
# via anyio
69-
starlette==0.27.0
69+
starlette==0.49.1
7070
# via fastapi
7171
swoop-db==8.0.3
7272
# via swoop (pyproject.toml)

0 commit comments

Comments
 (0)