From 0b340271b025f827af0df9c6a92d4fc52a4cb3b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 07:09:04 +0000 Subject: [PATCH] chore(deps): bump aiosqlite from 0.22.0 to 0.22.1 Bumps [aiosqlite](https://github.com/omnilib/aiosqlite) from 0.22.0 to 0.22.1. - [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md) - [Commits](https://github.com/omnilib/aiosqlite/compare/v0.22.0...v0.22.1) --- updated-dependencies: - dependency-name: aiosqlite dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b9f5241..6022a95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # https://fastapi.tiangolo.com/#standard-dependencies fastapi[standard]==0.127.0 SQLAlchemy==2.0.45 -aiosqlite==0.22.0 +aiosqlite==0.22.1 aiocache==0.12.3