Skip to content

Commit 8fb29c8

Browse files
build(deps): bump aiosqlite from 0.20.0 to 0.22.1
Bumps [aiosqlite](https://github.com/omnilib/aiosqlite) from 0.20.0 to 0.22.1. - [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md) - [Commits](omnilib/aiosqlite@v0.20.0...v0.22.1) --- updated-dependencies: - dependency-name: aiosqlite dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d5bd6e7 commit 8fb29c8

2 files changed

Lines changed: 8 additions & 11 deletions

File tree

poetry.lock

Lines changed: 7 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pydantic = "^2.11.9"
4747
SQLAlchemy = {version = "^2.0.40", extras = ["asyncio"]}
4848
cryptography = { version = ">=41.0.3,<44.0.0", optional = true }
4949
# Async database drivers
50-
aiosqlite = { version = ">=0.19,<0.21", optional = true }
50+
aiosqlite = { version = ">=0.19,<0.23", optional = true }
5151
aiomysql = { version = ">=0.1.0", optional = true }
5252
aiopg = { version = "^1.3.3", optional = true }
5353
asyncpg = { version = ">=0.28,<0.31", optional = true }

0 commit comments

Comments
 (0)