From 85b84f4b31cdeb8136e8a058a83a177b9397d656 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Nov 2025 23:37:02 +0000 Subject: [PATCH] build(deps): bump h2 from 4.2.0 to 4.3.0 Bumps [h2](https://github.com/python-hyper/h2) from 4.2.0 to 4.3.0. - [Changelog](https://github.com/python-hyper/h2/blob/master/CHANGELOG.rst) - [Commits](https://github.com/python-hyper/h2/compare/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: h2 dependency-version: 4.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b2fc582..031646c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -35,7 +35,7 @@ h11==0.16.0 # via # httpcore # uvicorn -h2==4.2.0 +h2==4.3.0 # via httpx hpack==4.1.0 # via h2 diff --git a/requirements.txt b/requirements.txt index 8e3a87e..c7dc65d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ certifi==2025.4.26 # httpx h11==0.16.0 # via httpcore -h2==4.2.0 +h2==4.3.0 # via httpx hpack==4.1.0 # via h2