From 48de655668e86398fffd99471a897b882d8e5b8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 10:06:54 +0000 Subject: [PATCH] chore(deps): update aiosqlite requirement in /backend 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.21.0...v0.22.1) --- updated-dependencies: - dependency-name: aiosqlite dependency-version: 0.22.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index b0ed7de..fa2b633 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,6 +1,6 @@ fastapi>=0.115,<1.0 uvicorn[standard]>=0.34,<1.0 -aiosqlite>=0.21,<1.0 +aiosqlite>=0.22.1,<1.0 aiosqlitepool>=1.0,<2.0 feedparser>=6.0,<7.0 httpx>=0.28,<1.0