From 9cc9419db9a5b69e89b59426cfd2ca105c1e0289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 18:07:30 -0400 Subject: [PATCH] chore(deps): update aiosqlite requirement from >=0.19.0 to >=0.22.1 (#478) 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.19.0...v0.22.1) --- updated-dependencies: - dependency-name: aiosqlite dependency-version: 0.22.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8437bb2d..98f09531 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ pydantic-settings>=2.0.0 # Database dependencies sqlalchemy>=2.0.0 asyncpg>=0.28.0 -aiosqlite>=0.19.0 +aiosqlite>=0.22.1 redis>=4.5.0 # CLI dependencies