build(deps): bump aiosqlite from 0.17.0 to 0.18.0 (#961)

Bumps [aiosqlite](https://github.com/omnilib/aiosqlite) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/omnilib/aiosqlite/releases)
- [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md)
- [Commits](https://github.com/omnilib/aiosqlite/compare/v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: aiosqlite
  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-12-20 02:12:54 +00:00
committed by GitHub
parent dad2b7362a
commit 8966eed7d1
2 changed files with 7 additions and 7 deletions

View File

@ -47,7 +47,7 @@ pydantic = ">=1.6.1,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<1.10.3"
SQLAlchemy = ">=1.3.18,<1.4.42"
cryptography = { version = ">=35,<39", optional = true }
# Async database drivers
aiosqlite = { version = "^0.17.0", optional = true }
aiosqlite = { version = ">=0.17,<0.19", optional = true }
aiomysql = { version = ">=0.1.0", optional = true }
aiopg = { version = "^1.3.3", optional = true }
asyncpg = { version = ">=0.24,<0.28", optional = true }