From 9405bde4d9efa492d3c4dafffc354b8a3432a57e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 09:26:38 +0000 Subject: [PATCH] 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: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 64414d5..6691ced 100644 --- a/requirements.txt +++ b/requirements.txt @@ -50,9 +50,9 @@ frozenlist==1.4.1 # aiosignal h11==0.14.0 # via httpcore -h2==4.3.0 +h2==4.4.1 # via httpx -hpack==4.1.0 +hpack==4.2.0 # via h2 httpcore==1.0.5 # via httpx