From 9089c59440611aa96ad26ddeb5bc381123d77b52 Mon Sep 17 00:00:00 2001 From: Bodong Yang <86948717+Bodong-Yang@users.noreply.github.com> Date: Wed, 27 Nov 2024 20:00:09 +0900 Subject: [PATCH 1/2] deps: bump aiohttp to >=3.10.11,<3.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 966d0884f..4c2d65c64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dynamic = [ ] dependencies = [ "aiofiles<25,>=24.1", - "aiohttp>=3.10.2,<3.12", + "aiohttp>=3.10.11,<3.12", "cryptography>=43.0.1,<44", "grpcio>=1.53.2,<1.69", "protobuf>=4.21.12,<5.29", From 4687856730759ec65a882fd046f770d8308b48f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 27 Nov 2024 11:01:42 +0000 Subject: [PATCH 2/2] [GHA] Update requirements.txt on pyproject.toml changed --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cc81b257d..fdcd01299 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.12 +aiohttp>=3.10.11,<3.12 cryptography>=43.0.1,<44 grpcio>=1.53.2,<1.69 protobuf>=4.21.12,<5.29