From 8109fb29d393e296c9e630a462cc68ff23077c96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 04:31:13 +0000 Subject: [PATCH] Update aiofiles requirement from ~=23.2.1 to ~=24.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/v23.2.1...v24.1.0) --- updated-dependencies: - dependency-name: aiofiles 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 46516a0..44be627 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,5 +1,5 @@ uvicorn~=0.34.0 starlette~=0.46.1 -aiofiles~=23.2.1 +aiofiles~=24.1.0 jinja2~=3.1.6 requests~=2.32.3 \ No newline at end of file