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] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-11 11:50:43 +00:00
committed by GitHub
parent 51cbcf9d18
commit 1c3a3ee01e

View File

@@ -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