From 4af2a6b330df5d7356d9698c33b1055559bace09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 14:20:18 +0900 Subject: [PATCH] build(deps): Update aiohttp requirement (#426) 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.10.2...v3.11.2) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 103aa1123..a83d16e5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dynamic = [ ] dependencies = [ "aiofiles<25,>=24.1", - "aiohttp>=3.10.2,<3.11", + "aiohttp>=3.10.2,<3.12", "cryptography>=43.0.1,<44", "grpcio>=1.53.2,<1.68", "protobuf>=4.21.12,<5.29", diff --git a/requirements.txt b/requirements.txt index 777257efc..185155cc5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Automatically generated from pyproject.toml by gen_requirements_txt.py script. # DO NOT EDIT! Only for reference use. aiofiles<25,>=24.1 -aiohttp>=3.10.2,<3.11 +aiohttp>=3.10.2,<3.12 cryptography>=43.0.1,<44 grpcio>=1.53.2,<1.68 protobuf>=4.21.12,<5.29