From ed1904a431a64d83d46a9ab2a62c9bc432342062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:30:37 +0000 Subject: [PATCH] deps(deps): update aiosqlite requirement from >=0.20.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.20.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 5dc47c2..ed05dfa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ fastapi>=0.115.6 uvicorn[standard]>=0.32.0 sqlalchemy>=2.0.36 greenlet>=3.0.0 -aiosqlite>=0.20.0 +aiosqlite>=0.22.1 alembic>=1.13.0 apscheduler>=3.10.4 python-dotenv>=1.0.1