From 79f0080b198252b8b369eedb0314f99ad5f7bc74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 08:39:44 +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 b47fe0d..ca7b60b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ asgiref==3.8.1 requests==2.32.5 sqlalchemy==2.0.47 alembic==1.13.0 -aiosqlite==0.19.0 +aiosqlite==0.22.1 asyncpg==0.30.0 python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4