build(deps): bump asyncpg from 0.27.0 to 0.28.0 (#1133)

Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.27.0 to 0.28.0.
- [Release notes](https://github.com/MagicStack/asyncpg/releases)
- [Commits](https://github.com/MagicStack/asyncpg/compare/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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-07-07 02:57:30 +00:00
committed by GitHub
parent 40863af84f
commit 3a21b3e944
2 changed files with 45 additions and 42 deletions

View File

@ -50,7 +50,7 @@ cryptography = { version = ">=35,<42", optional = true }
aiosqlite = { version = ">=0.17,<0.20", optional = true }
aiomysql = { version = ">=0.1.0", optional = true }
aiopg = { version = "^1.3.3", optional = true }
asyncpg = { version = ">=0.24,<0.28", optional = true }
asyncpg = { version = ">=0.24,<0.29", optional = true }
# Sync database drivers for standard tooling around setup/teardown/migrations.
psycopg2-binary = { version = "^2.9.1", optional = true }
mysqlclient = { version = "^2.1.0", optional = true }