Bump asyncpg from 0.25.0 to 0.26.0 (#736)
Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.25.0 to 0.26.0. - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](https://github.com/MagicStack/asyncpg/compare/v0.25.0...v0.26.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:
@ -50,7 +50,7 @@ cryptography = { version = ">=35,<38", optional = true }
|
||||
aiosqlite = { version = "^0.17.0", optional = true }
|
||||
aiomysql = { version = ">=0.0.21,<0.0.23", optional = true }
|
||||
aiopg = { version = "^1.3.3", optional = true }
|
||||
asyncpg = { version = ">=0.24,<0.26", optional = true }
|
||||
asyncpg = { version = ">=0.24,<0.27", 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 }
|
||||
|
||||
Reference in New Issue
Block a user