From 941f7bdd7ef533ed1a5c3d3e66aa360d49bb31ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 03:18:58 +0000 Subject: [PATCH] build(deps): bump aiosqlite from 0.21.0 to 0.22.1 Bumps [aiosqlite](https://github.com/omnilib/aiosqlite) from 0.21.0 to 0.22.1. - [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md) - [Commits](https://github.com/omnilib/aiosqlite/compare/v0.21.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 62e3cf35..652be41d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ aiohttp==3.13.3 aiohttp-security==0.5.0 aiohttp-session[secure]==2.12.1 -aiosqlite==0.21.0 +aiosqlite==0.22.1 cryptography==46.0.3 pydantic==2.12.5 pytest==8.4.2