From 81c54a66e746385b239331972104a10cc8f9ac16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 23:06:04 +0000 Subject: [PATCH] build(deps): update aiofiles requirement from >=24.1.0 to >=25.1.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 156893da..08ac902d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -63,5 +63,5 @@ sentry-sdk[fastapi,celery,sqlalchemy]>=2.20.0,<3.0.0 # GraphQL API strawberry-graphql[fastapi]>=0.243.0,<1.0.0 -aiofiles>=24.1.0 # Asynchronous file I/O support +aiofiles>=25.1.0 # Asynchronous file I/O support segno>=1.6.0 # Pure-Python QR code generator (server-side rendering, no Pillow dependency)