Skip to content

Commit

Permalink
build(deps): update asyncpg to v0.30.0 (#154)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 30, 2024
1 parent fde0147 commit 5c3f308
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 53 deletions.
111 changes: 60 additions & 51 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ uvicorn = "0.32.1"
starlette = "0.41.3"
aiorwlock = "1.5.0"
asyncmy = "0.2.9"
asyncpg = "0.29.0"
asyncpg = "0.30.0"
confluent-kafka = "2.6.1"
sslog = "0.0.0a51"
async-lru = "2.0.4"
Expand All @@ -29,7 +29,7 @@ async-lru = "2.0.4"
watchfiles = "0.24.0"
pre-commit = "4.0.1"
confluent-kafka-stubs = { git = 'https://gitlab.com/Trim21/confluent-kafka-stubs.git', rev = '9484f4aad44eab371fe952b278ab2715f3a8c780' }
asyncpg-stubs = "0.29.1"
asyncpg-stubs = "0.30.0"

[tool.black]
target_version = ['py310']
Expand Down

0 comments on commit 5c3f308

Please sign in to comment.