Skip to content

Commit

Permalink
Update dependency uvicorn to ^0.30.5 || ^0.31.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 1, 2024
1 parent 0863d3d commit 1630b61
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 @@ -47,7 +47,7 @@ sqlalchemy-helpers = ">=0.12.1"
webhook-to-fedora-messaging-messages = "^1.0.0"
fastapi = "^0.111.1 || ^0.112.0 || ^0.113.0 || ^0.114.0 || ^0.115.0"
asyncpg = {version = "^0.29.0", optional = true}
uvicorn = {extras = ["standard"], version = "^0.30.5"}
uvicorn = {extras = ["standard"], version = "^0.30.5 || ^0.31.0"}
pydantic-settings = "^2.4.0"
aiosqlite = "^0.20.0"
authlib = "^1.3.1"
Expand Down

0 comments on commit 1630b61

Please sign in to comment.