From 59bdf26c9c8fbe9f31e6ab13e9c4fffbfe99057f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 17:01:32 +0000 Subject: [PATCH] Update aiofiles requirement from ~=24.1.0 to ~=25.1.0 in /app 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/v24.1.0...v25.1.0) --- updated-dependencies: - dependency-name: aiofiles dependency-version: 25.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 44be627..716f762 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,5 +1,5 @@ uvicorn~=0.34.0 starlette~=0.46.1 -aiofiles~=24.1.0 +aiofiles~=25.1.0 jinja2~=3.1.6 requests~=2.32.3 \ No newline at end of file