From 4a63d52965bf2dd89ae7914990e0ace408487eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 15:06:07 +0000 Subject: [PATCH] Bump h2 from 4.1.0 to 4.3.0 Bumps [h2](https://github.com/python-hyper/h2) from 4.1.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.1.0...v4.3.0) --- updated-dependencies: - dependency-name: h2 dependency-version: 4.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 46fd8f6b6..f73fbc54f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,5 +35,5 @@ dev = [ "sphinx>=7.2.6,<7.3; python_version >= '3.9'", # for building docs "websockets>=13.1", # for tests # for tests, restrict to exact version for test_http_client/TestClientMockServer/_on_remote_settings_changed that relies on the implementation details. Also, this is no needs to update this package. - "h2==4.1.0", + "h2==4.3.0", ]