Skip to content

Commit 2ae09b3

Browse files
Update dependency uvicorn to v0.31.1
1 parent a9a3d16 commit 2ae09b3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ python = "^3.12"
1717
# used for UploadFile
1818
python-multipart = "0.0.10"
1919
requests = "2.32.3"
20-
uvicorn = {version = "0.30.6", extras = ["standard"]}
20+
uvicorn = {version = "0.31.1", extras = ["standard"]}
2121

2222
[tool.poetry.group.dev.dependencies]
2323
black = "24.10.0"

0 commit comments

Comments
 (0)