From 815556235362258f58feaec609eb09f4fb6f82d0 Mon Sep 17 00:00:00 2001 From: Bodong Yang <86948717+Bodong-Yang@users.noreply.github.com> Date: Sat, 30 Nov 2024 01:27:55 +0900 Subject: [PATCH 1/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6e0ac6f4f..5fd8be349 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dynamic = [ dependencies = [ "aiofiles<25,>=24.1", "aiohttp>=3.10.11,<3.12", - "cryptography>=42.0.8,<45", + "cryptography>=43.0.1,<45", "grpcio>=1.53.2,<1.69", "protobuf>=4.21.12,<5.29", "pydantic<3,>=2.6", From 5c2722a057da4f80c90517adfef48aad2ab19e46 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 29 Nov 2024 16:29:07 +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 7be601f02..34852fc14 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # DO NOT EDIT! Only for reference use. aiofiles<25,>=24.1 aiohttp>=3.10.11,<3.12 -cryptography>=42.0.8,<45 +cryptography>=43.0.1,<45 grpcio>=1.53.2,<1.69 protobuf>=4.21.12,<5.29 pydantic<3,>=2.6