Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 12, 2023
1 parent fff2d31 commit 1bb8b2e
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 42 deletions.
85 changes: 44 additions & 41 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"
asyncpg = ">=0.27,<0.29"
pydantic = "^1.10.0"
tabulate = "^0.9.0"
typer = "^0.9.0"
Expand Down

0 comments on commit 1bb8b2e

Please sign in to comment.