Skip to content

Commit

Permalink
Bump asyncpg from 0.28.0 to 0.29.0
Browse files Browse the repository at this point in the history
Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.28.0 to 0.29.0.
- [Release notes](https://github.com/MagicStack/asyncpg/releases)
- [Commits](MagicStack/asyncpg@v0.28.0...v0.29.0)

---
updated-dependencies:
- dependency-name: asyncpg
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 21, 2024
1 parent 78742f5 commit 7a623a9
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 46 deletions.
116 changes: 71 additions & 45 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 @@ -81,7 +81,7 @@ pytest-cov = "^4.1.0"
# asyncpg is a database interface library designed specifically for PostgreSQL
# and Python/asyncio.
# https://magicstack.github.io/asyncpg/current/
asyncpg = "^0.28.0"
asyncpg = "^0.29.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 7a623a9

Please sign in to comment.