From 6668c0b377fead213fdc8865048504baee7e410d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 04:01:33 +0000 Subject: [PATCH] chore(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 0501de9..76bc6e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # https://fastapi.tiangolo.com/#standard-dependencies fastapi[standard]==0.124.4 SQLAlchemy==2.0.45 -aiosqlite==0.21.0 +aiosqlite==0.22.0 aiocache==0.12.3