Skip to content

Commit

Permalink
build(deps): 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:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 5a0da6f commit 89e7659
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 45 deletions.
103 changes: 59 additions & 44 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 @@ -12,7 +12,7 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
aiofiles = ">=0.8,<23.3"
asyncpg = ">=0.27,<0.29"
asyncpg = ">=0.27,<0.30"
pydantic = "^1.10.0"
tabulate = "^0.9.0"
typer = "^0.9.0"
Expand Down

0 comments on commit 89e7659

Please sign in to comment.