From 1c3a3ee01edf64d7a8034136faaae315fdae18bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 11:50:43 +0000 Subject: [PATCH] Update aiofiles requirement from <25.0,>=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 62f8fb2f..5a190253 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ classifiers = [ [project.optional-dependencies] window = [ - "aiofiles>=24.1,<25.0", + "aiofiles>=24.1,<26.0", "copykitten>=1.2,<3.0", "pywebview[pyside6]>=6.0,<7.0", # Workaround for https://github.com/rio-labs/rio/issues/235