Skip to content

Commit 1b25f0c

Browse files
dependabot[bot]mdellweg
authored andcommitted
Update aiofiles requirement from <=24.1.0,>=22.1 to >=22.1,<=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](Tinche/aiofiles@v22.1.0...v25.1.0) --- updated-dependencies: - dependency-name: aiofiles dependency-version: 25.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7812054 commit 1b25f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers=[
2626
requires-python = ">=3.11"
2727
dependencies = [
2828
"aiodns>=3.3.0,<3.6", # Looks like only bugfixes in z-Stream.
29-
"aiofiles>=22.1,<=24.1.0", # Uses sort of CalVer, luckily not released often https://github.com/Tinche/aiofiles/issues/144 .
29+
"aiofiles>=22.1,<=25.1.0", # Uses sort of CalVer, luckily not released often https://github.com/Tinche/aiofiles/issues/144 .
3030
"aiohttp>=3.8.3,<3.14", # SemVer https://docs.aiohttp.org/en/stable/faq.html#what-is-the-api-stability-and-deprecation-policy .
3131
"asyncio-throttle>=1.0,<=1.0.2", # Unsure about versioning, but not released often anyway.
3232
"backoff>=2.1.2,<2.3", # Looks like only bugfixes in z-Stream.

0 commit comments

Comments
 (0)