From 3af204c559ff87e7e5fae6ce3bf5d0cb69748709 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 20:02:36 +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.19.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 4a94f68..977311f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -15,7 +15,7 @@ playwright-stealth>=1.0.6 # === 数据库 === sqlalchemy>=2.0.0 -aiosqlite>=0.19.0 +aiosqlite>=0.22.1 # === 开发依赖 (生产不需要) === # pytest>=8.0.0