From 62f93bcb146ad036e582493d3e0edd29b7edfa2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 22:45:52 +0000 Subject: [PATCH] chore(deps-dev): 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:development ... 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 163ea8c8..85a1cf8b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -135,7 +135,7 @@ frozenlist==1.7.0 ; python_version >= '3.7' h11==0.16.0 ; python_version >= '3.7' -h2==4.2.0 +h2==4.3.0 hpack==4.1.0 ; python_full_version >= '3.6.1'