From f71af73b45d4ff5511111d6204b4ceca28c52262 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 07:21:17 +0000 Subject: [PATCH] chore(deps): Update aiosqlite requirement from >=0.19.0 to >=0.22.1 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c8c1ac0..9e6d9a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ httpx==0.28.1 redis==7.4.0 # SQLite async support for metrics -aiosqlite>=0.19.0 +aiosqlite>=0.22.1 # S3 storage client (Garage/any S3-compatible backend) boto3>=1.35.0