From 909d681cfd8a7c585cab37c483d0e89e0583082a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 06:03:02 +0000 Subject: [PATCH] chore(deps)(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.1.0...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 4052a09..bb20b3d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -12,7 +12,7 @@ python-dotenv>=1.2.1 agentscope>=1.0.18 openai>=2.36.0 python-multipart>=0.0.22 -aiofiles>=23.1.0 +aiofiles>=25.1.0 loguru>=0.7.3 greenlet>=3.3.1 alembic>=1.18.4