From 07f112beb0e6a03836b4f3fb59ab8e7c74284f4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 03:06:00 +0000 Subject: [PATCH] build(deps): bump aiosqlite from 0.21.0 to 0.22.0 Bumps [aiosqlite](https://github.com/omnilib/aiosqlite) from 0.21.0 to 0.22.0. - [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md) - [Commits](https://github.com/omnilib/aiosqlite/compare/v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: aiosqlite dependency-version: 0.22.0 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 70275feb..8b1346c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ aiohttp==3.13.2 aiohttp-security==0.5.0 aiohttp-session[secure]==2.12.1 -aiosqlite==0.21.0 +aiosqlite==0.22.0 cryptography==46.0.3 pydantic==2.12.5 pytest==8.4.2