Bump asyncpg from 0.24.0 to 0.25.0

Bumps [asyncpg](https://github.com/MagicStack/asyncpg) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/MagicStack/asyncpg/releases)
- [Commits](https://github.com/MagicStack/asyncpg/compare/v0.24.0...v0.25.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-11-17 02:15:02 +00:00
committed by GitHub
parent 8afa31ae13
commit e57529b6af
2 changed files with 30 additions and 17 deletions

View File

@ -45,7 +45,7 @@ python = "^3.6.2"
databases = ">=0.3.2,<0.5.4"
pydantic = ">=1.6.1,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<=1.8.2"
SQLAlchemy = ">=1.3.18,<1.4.28"
asyncpg = { version = "^0.24.0", optional = true }
asyncpg = { version = ">=0.24,<0.26", optional = true }
psycopg2-binary = { version = "^2.9.1", optional = true }
aiomysql = { version = ">=0.0.21,<0.0.23", optional = true }
aiosqlite = { version = "^0.17.0", optional = true }
@ -70,7 +70,7 @@ python = "<3.8"
aiomysql = ">=0.0.21,<0.0.23"
aiosqlite = "^0.17.0"
aiopg = "^1.3.3"
asyncpg = "^0.24.0"
asyncpg = ">=0.24,<0.26"
# Sync database drivers for standard tooling around setup/teardown/migrations.
psycopg2-binary = "^2.9.1"