diff --git a/pyproject.toml b/pyproject.toml index 545d2fddb..966d0884f 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.69", "protobuf>=4.21.12,<5.29", diff --git a/requirements.txt b/requirements.txt index bac7a5543..cc81b257d 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.69 protobuf>=4.21.12,<5.29