From 3d08d214484389dceeadf1691df68d4beaf7379e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 20:03:42 +0000 Subject: [PATCH] Update aiohttp requirement from <3.13,>=3.8.3 to >=3.8.3,<3.14 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] (cherry picked from commit 018c49fb029599b751087d80a31a589152627e38) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 073119776e..c9233dec4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ requires-python = ">=3.9" dependencies = [ "aiodns>=3.0,<=3.2.0", "aiofiles>=22.1,<24.2.0", - "aiohttp>=3.9.0,<3.12", # semver https://docs.aiohttp.org/en/stable/faq.html#what-is-the-api-stability-and-deprecation-policy + "aiohttp>=3.9.0,<3.14", # semver https://docs.aiohttp.org/en/stable/faq.html#what-is-the-api-stability-and-deprecation-policy "asyncio-throttle>=1.0,<=1.0.2", "async-timeout>=4.0.3,<4.0.4;python_version<'3.11'", "backoff>=2.1.2,<2.2.2",