From c48fde2b0dc3559d9de3b31f40c52a273241a363 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 20:32:03 +0000 Subject: [PATCH] chore(deps): update aiofiles requirement from ~=24.1 to >=24.1,<26.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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c29e3a..7778008 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "aiodns~=3.2", - "aiofiles~=24.1", + "aiofiles>=24.1,<26.0", "aiohttp~=3.10", "aiojobs~=1.3", "aiosqlite~=0.20",