From 924546cc50ae06a4a2f00a4c54e8284d558efd82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 23:42:58 +0000 Subject: [PATCH] chore(deps): bump aiosqlite from 0.19.0 to 0.22.1 Bumps [aiosqlite](https://github.com/omnilib/aiosqlite) from 0.19.0 to 0.22.1. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 614d323..cd40017 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,7 +44,7 @@ transformers>=4.41.0,<4.45.0 psutil==5.9.8 # Database -aiosqlite==0.19.0 +aiosqlite==0.22.1 sqlalchemy[asyncio]==2.0.25 alembic==1.18.1 redis>=5.0.0