From ad2bffdb891fbe8b7c14673b3aa37996b42bd950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 04:55:58 +0000 Subject: [PATCH] deps(python)(deps): update aiosqlite requirement in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index a676c53..b2f0bd4 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -14,7 +14,7 @@ langchain-mcp-adapters>=0.2.0 openai>=2.44.0 chromadb>=1.5.9 sqlalchemy>=2.0.51 -aiosqlite>=0.19 +aiosqlite>=0.22.1 alembic>=1.18.5 asyncpg>=0.29 pytest>=9.1.1