Skip to content

Commit 89d2dc6

Browse files
chore: bump dependencies to address security vulnerabilities (#227)
1 parent b098bb4 commit 89d2dc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
chardet
22
click>=8.0.0
3-
fastapi[standard]
3+
fastapi[standard]>=0.109.1 # Vulnerable to https://osv.dev/vulnerability/PYSEC-2024-38
44
python-dotenv
55
slowapi
6-
starlette
6+
starlette>=0.40.0 # Vulnerable to https://osv.dev/vulnerability/GHSA-f96h-pmfr-66vw
77
tiktoken
88
tomli
9-
uvicorn
9+
uvicorn>=0.11.7 # Vulnerable to https://osv.dev/vulnerability/PYSEC-2020-150

0 commit comments

Comments
 (0)