Bump aiopg from 1.3.2 to 1.3.3

Bumps [aiopg](https://github.com/aio-libs/aiopg) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/aio-libs/aiopg/releases)
- [Changelog](https://github.com/aio-libs/aiopg/blob/master/CHANGES.txt)
- [Commits](https://github.com/aio-libs/aiopg/compare/v1.3.2...v1.3.3)

---
updated-dependencies:
- dependency-name: aiopg
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-11-02 02:14:10 +00:00
committed by GitHub
parent 24ac75a9b0
commit ab91c7527d
2 changed files with 6 additions and 6 deletions

View File

@ -69,7 +69,7 @@ python = "<3.8"
# Async database driversy
aiomysql = "^0.0.21"
aiosqlite = "^0.17.0"
aiopg = "^1.3.2"
aiopg = "^1.3.3"
asyncpg = "^0.24.0"
# Sync database drivers for standard tooling around setup/teardown/migrations.