From 6704f26a09a2f179a509c5313ccd29564df200bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 09:46:27 +0000 Subject: [PATCH] Bump h2 from 3.2.0 to 4.4.1 Bumps [h2](https://github.com/python-hyper/h2) from 3.2.0 to 4.4.1. - [Changelog](https://github.com/python-hyper/h2/blob/master/CHANGELOG.rst) - [Commits](https://github.com/python-hyper/h2/compare/v3.2.0...v4.4.1) --- updated-dependencies: - dependency-name: h2 dependency-version: 4.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2bce4a0..5615393 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -h2==3.2.0 +h2==4.4.1 hpack==3.0.0 hyperframe==5.2.0