From 4a68332cdeb7dd5f289f7267961d862f588763a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 03:57:15 +0000 Subject: [PATCH] chore(deps): bump aiofiles from 23.2.1 to 25.1.0 in /backend Bumps [aiofiles](https://github.com/Tinche/aiofiles) from 23.2.1 to 25.1.0. - [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 update-type: version-update:semver-major ... 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 b54cb5b..d3cff97 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -17,7 +17,7 @@ pydantic-settings==2.2.1 # Async utilities anyio==4.3.0 -aiofiles==23.2.1 +aiofiles==25.1.0 # Image processing Pillow==12.1.1