From cecd7144d1cfdccfca98e36d13b2333849a3fb82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 08:44:44 +0000 Subject: [PATCH] Bump h2 from 4.3.0 to 4.4.1 in /user-auth/graphtutorial 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] --- user-auth/graphtutorial/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index d668667..5c7ebe1 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -46,9 +46,9 @@ frozenlist==1.7.0 # aiosignal h11==0.16.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.9 # via httpx