build(deps): bump asyncpg from 0.26.0 to 0.27.0 (#903)

Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.26.0 to 0.27.0.
- [Release notes](https://github.com/MagicStack/asyncpg/releases)
- [Commits](https://github.com/MagicStack/asyncpg/compare/v0.26.0...v0.27.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

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]
2022-10-27 04:27:42 +02:00
committed by GitHub
parent 756f5366b9
commit 4d8646b22a
2 changed files with 43 additions and 32 deletions

View File

@ -50,7 +50,7 @@ cryptography = { version = ">=35,<39", optional = true }
aiosqlite = { version = "^0.17.0", optional = true }
aiomysql = { version = ">=0.1.0", optional = true }
aiopg = { version = "^1.3.3", optional = true }
asyncpg = { version = ">=0.24,<0.27", optional = true }
asyncpg = { version = ">=0.24,<0.28", 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 }