From efefc420dbee5ffdaa652b39091f073d22f0aad4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 15:56:27 +0000 Subject: [PATCH 1/2] Bump h11 from 0.14.0 to 0.16.0 Bumps [h11](https://github.com/python-hyper/h11) from 0.14.0 to 0.16.0. - [Commits](https://github.com/python-hyper/h11/compare/v0.14.0...v0.16.0) --- updated-dependencies: - dependency-name: h11 dependency-version: 0.16.0 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 b6d9979..4ffcd75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ google-auth-httplib2==0.2.0 google-auth-oauthlib==1.3.0 googleapis-common-protos==1.70.0 greenlet==3.1.0 -h11==0.14.0 +h11==0.16.0 httpcore==1.0.2 httplib2==0.22.0 httptools==0.6.1 From e665cf6e47a324a365a554fbd7f296a916c5ce91 Mon Sep 17 00:00:00 2001 From: georgelgeback Date: Thu, 2 Apr 2026 16:06:33 +0000 Subject: [PATCH 2/2] bump httpcore version to 1.0.9 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4ffcd75..0df33ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ google-auth-oauthlib==1.3.0 googleapis-common-protos==1.70.0 greenlet==3.1.0 h11==0.16.0 -httpcore==1.0.2 +httpcore==1.0.9 httplib2==0.22.0 httptools==0.6.1 httpx==0.26.0