From 0d3f2073082f14e17856a23aa58d3430728a5421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 20:02:29 +0000 Subject: [PATCH] chore(deps): update aiofiles requirement in /backend Updates the requirements on [aiofiles](https://github.com/Tinche/aiofiles) to permit the latest version. - [Release notes](https://github.com/Tinche/aiofiles/releases) - [Changelog](https://github.com/Tinche/aiofiles/blob/main/CHANGELOG.md) - [Commits](https://github.com/Tinche/aiofiles/compare/v23.2.1...v25.1.0) --- updated-dependencies: - dependency-name: aiofiles dependency-version: 25.1.0 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..e1aa6a1 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ fastapi>=0.109.0 uvicorn[standard]>=0.27.0 pydantic>=2.6.0 python-dotenv>=1.0.0 -aiofiles>=23.2.1 +aiofiles>=25.1.0 # === HTTP 客户端 === httpx>=0.26.0