build(deps): bump aiosqlite from 0.18.0 to 0.19.0 (#1061)
Bumps [aiosqlite](https://github.com/omnilib/aiosqlite) from 0.18.0 to 0.19.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.18.0...v0.19.0) --- updated-dependencies: - dependency-name: aiosqlite 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:
@ -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.8"
|
||||
SQLAlchemy = ">=1.3.18,<1.4.42"
|
||||
cryptography = { version = ">=35,<41", optional = true }
|
||||
# Async database drivers
|
||||
aiosqlite = { version = ">=0.17,<0.19", optional = true }
|
||||
aiosqlite = { version = ">=0.17,<0.20", optional = true }
|
||||
aiomysql = { version = ">=0.1.0", optional = true }
|
||||
aiopg = { version = "^1.3.3", optional = true }
|
||||
asyncpg = { version = ">=0.24,<0.28", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user