Skip to content

Commit 26a2139

Browse files
dependabot[bot]ggainey
authored andcommitted
Update aiohttp requirement from <3.14,>=3.10.10 to >=3.10.10,<3.15
--- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 47bb6c3)
1 parent 8acee4b commit 26a2139

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ requires-python = ">=3.11"
2727
dependencies = [
2828
"aiodns>=3.3.0,<3.7", # Looks like only bugfixes in z-Stream.
2929
"aiofiles>=22.1,<=25.1.0", # Uses sort of CalVer, luckily not released often https://github.com/Tinche/aiofiles/issues/144 .
30-
"aiohttp>=3.10.10,<3.14", # SemVer https://docs.aiohttp.org/en/stable/faq.html#what-is-the-api-stability-and-deprecation-policy .
30+
"aiohttp>=3.10.10,<3.15", # 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.
3333
"click>=8.1.0,<8.4", # Uses milestone.feature.fix https://palletsprojects.com/versions .

0 commit comments

Comments
 (0)