From 50de8a7347e0e25d4d163962eea9314452adb32d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:33:38 +0000 Subject: [PATCH] Update aiohttp requirement from <3.10.11,>=3.8.1 to >=3.8.1,<3.11.3 Updates the requirements on [aiohttp](https://github.com/aio-libs/aiohttp) to permit the latest version. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.1...v3.11.2) --- updated-dependencies: - dependency-name: aiohttp 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 d0a8d3b905..73d919e373 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.8.1,<3.10.11", + "aiohttp>=3.8.1,<3.11.3", "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",