From 5f9322ec9fd200c3900bb5fd4579fd6594871b4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 22:14:08 +0000 Subject: [PATCH] Update dependency h2 to v4.3.0 [SECURITY] --- requirements-test.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 265f763..3074dd5 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -11,7 +11,7 @@ grpcio-tools==1.66.1 ; python_version >= "3.11" and python_version < "4.0" grpcio==1.66.1 ; python_version >= "3.11" and python_version < "4.0" grpclib==0.4.7 ; python_version >= "3.11" and python_version < "4.0" h11==0.14.0 ; python_version >= "3.11" and python_version < "4.0" -h2==4.1.0 ; python_version >= "3.11" and python_version < "4.0" +h2==4.3.0 ; python_version >= "3.11" and python_version < "4.0" hpack==4.0.0 ; python_version >= "3.11" and python_version < "4.0" httpcore==0.16.3 ; python_version >= "3.11" and python_version < "4.0" httpx==0.23.3 ; python_version >= "3.11" and python_version < "4.0" diff --git a/requirements.txt b/requirements.txt index f253841..81d0a76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ asyncio==3.4.3 ; python_version >= "3.11" and python_version < "4.0" grpcio-tools==1.66.1 ; python_version >= "3.11" and python_version < "4.0" grpcio==1.66.1 ; python_version >= "3.11" and python_version < "4.0" grpclib==0.4.7 ; python_version >= "3.11" and python_version < "4.0" -h2==4.1.0 ; python_version >= "3.11" and python_version < "4.0" +h2==4.3.0 ; python_version >= "3.11" and python_version < "4.0" hpack==4.0.0 ; python_version >= "3.11" and python_version < "4.0" hyperframe==6.0.1 ; python_version >= "3.11" and python_version < "4.0" multidict==6.0.5 ; python_version >= "3.11" and python_version < "4.0"