Skip to content

Commit

Permalink
Update dependency asyncpg to ^0.29.0 || ^0.30.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 23, 2024
1 parent b3c4035 commit 6068de4
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 60 deletions.
113 changes: 54 additions & 59 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 @@ -46,7 +46,7 @@ python = "^3.11"
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}
asyncpg = {version = "^0.29.0 || ^0.30.0", optional = true}
uvicorn = {extras = ["standard"], version = "^0.30.5 || ^0.31.0 || ^0.32.0"}
pydantic-settings = "^2.4.0"
aiosqlite = "^0.20.0"
Expand Down

0 comments on commit 6068de4

Please sign in to comment.