From cf6e091df77dd2dd9b284ea7f9066dc73242e5ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 08:01:18 +0000 Subject: [PATCH] build(deps): bump h2 from 4.3.0 to 4.4.1 Bumps [h2](https://github.com/python-hyper/h2) from 4.3.0 to 4.4.1. - [Changelog](https://github.com/python-hyper/h2/blob/master/CHANGELOG.rst) - [Commits](https://github.com/python-hyper/h2/compare/v4.3.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 15b3fc4..b68d755 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ cryptography==46.0.7 filetype==1.2.0 Flask==3.1.3 h11==0.16.0 -h2==4.3.0 +h2==4.4.1 hpack==4.2.0 hyperframe==6.1.0 idna==3.15