From e9cca2e6f5ce40b15c40cef894d2734b7b4b60fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 05:11:37 +0000 Subject: [PATCH] chore(deps-dev): bump h2 from 4.1.0 to 4.2.0 Bumps [h2](https://github.com/python-hyper/h2) from 4.1.0 to 4.2.0. - [Changelog](https://github.com/python-hyper/h2/blob/master/CHANGELOG.rst) - [Commits](https://github.com/python-hyper/h2/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: h2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 610b987e8c2..625dee6dd17 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -21,7 +21,7 @@ flit==3.10.1 flit_core==3.10.1 frozenlist==1.5.0 h11==0.14.0 -h2==4.1.0 +h2==4.2.0 hpack==4.1.0 httpcore==1.0.7 httpx==0.28.1