From 0399daec573037c5a04fcbc73734b70ac2a1299d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 15:29:24 +0000 Subject: [PATCH] chore(deps-dev): update aiosqlite requirement Updates the requirements on [aiosqlite](https://github.com/omnilib/aiosqlite) to permit the latest version. - [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md) - [Commits](https://github.com/omnilib/aiosqlite/compare/v0.20.0...v0.22.1) --- updated-dependencies: - dependency-name: aiosqlite dependency-version: 0.22.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b4c02e..724dc9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ pytest = "^8.3.2" pytest-asyncio = "^0.24.0" pytest-cov = "^5.0.0" httpx = "^0.27.0" -aiosqlite = "^0.20.0" +aiosqlite = ">=0.20,<0.23" greenlet = "^3.0.3" alembic = "^1.13.2" pylint = "^3.2.6"