From cdb90e6fe87d9bea508106f1c700360f0b5542d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 18:46:41 +0000 Subject: [PATCH] Update aiofiles requirement from >=23.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/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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 60ed3d2c..10103b9e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ requests>=2.34.2 python-slugify>=8.0.4 sortedcontainers~=2.4.0 aiohttp>=3.14.1 -aiofiles>=23.1.0 \ No newline at end of file +aiofiles>=25.1.0 \ No newline at end of file