From 3686a4c79720f9b136624ed7ab3106f2d7c66224 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 08:33:03 +0000 Subject: [PATCH] build(deps-dev): bump h2 from 4.3.0 to 4.4.0 in /it/python Bumps [h2](https://github.com/python-hyper/h2) from 4.3.0 to 4.4.0. - [Changelog](https://github.com/python-hyper/h2/blob/master/CHANGELOG.rst) - [Commits](https://github.com/python-hyper/h2/compare/v4.3.0...v4.4.0) --- updated-dependencies: - dependency-name: h2 dependency-version: 4.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- it/python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/python/requirements-dev.txt b/it/python/requirements-dev.txt index 84d9374ee4..b2927e5ade 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -88,7 +88,7 @@ frozenlist==1.8.0 ; python_version >= '3.7' h11==0.16.0 ; python_version >= '3.7' -h2==4.3.0 +h2==4.4.0 hpack==4.2.0 ; python_full_version >= '3.6.1'