Skip to content

Commit

Permalink
Update dependency uvicorn to ^0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent ba2cd25 commit 8adfa5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
python = ">=3.12,<4.0"
fastapi = "^0.115.0"
sqlalchemy = {extras = ["mypy"], version = "^2.0.30"}
uvicorn = "^0.30.1"
uvicorn = "^0.32.0"
pydantic = "^2.7.3"
psycopg2-binary = "^2.9.9"
httpx = "^0.27.0"
Expand Down

0 comments on commit 8adfa5a

Please sign in to comment.