Skip to content

Commit 9cc04e8

Browse files
Update dependency uvicorn to ^0.35.0
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent caab818 commit 9cc04e8

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

poetry.lock

Lines changed: 14 additions & 7 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
@@ -9,7 +9,7 @@ readme = "README.md"
99
python = ">=3.12,<4.0"
1010
fastapi = "^0.115.0"
1111
sqlalchemy = {extras = ["mypy"], version = "^2.0.39"}
12-
uvicorn = "^0.32.0"
12+
uvicorn = "^0.35.0"
1313
pydantic = "^2.10.6"
1414
psycopg2-binary = "^2.9.10"
1515
httpx = "^0.27.0"

0 commit comments

Comments
 (0)