Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit 63bf61e

Browse files
Update dependency uvicorn to ^0.23.0
1 parent 056ed94 commit 63bf61e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 additions & 5 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
@@ -14,7 +14,7 @@ sqlmodel = "^0.0.8"
1414
asyncpg = "^0.27.0"
1515
fastapi = "^0.95.1"
1616
ujson = "^5.7.0"
17-
uvicorn = {version = "^0.21.1", extras = ["standard"]}
17+
uvicorn = {version = "^0.23.0", extras = ["standard"]}
1818
aiohttp = {version = "^3.8.4", extras = ["speedups"]}
1919
boto3 = "^1.26.115"
2020
click = "^8.1.3"

0 commit comments

Comments
 (0)