From 2b37684301ddc82a8601cadd8d5a30b7cf62797a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 08:15:56 +0000 Subject: [PATCH] Bump h2 from 4.3.0 to 4.4.1 in /circleci/images/failtester/files/etc 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] --- circleci/images/failtester/files/etc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circleci/images/failtester/files/etc/requirements.txt b/circleci/images/failtester/files/etc/requirements.txt index 58d6810..188db54 100644 --- a/circleci/images/failtester/files/etc/requirements.txt +++ b/circleci/images/failtester/files/etc/requirements.txt @@ -21,7 +21,7 @@ execnet==2.1.2; python_version >= '3.8' filelock==3.32.2; python_version >= '3.10' flask==3.1.3; python_version >= '3.9' h11==0.16.0; python_version >= '3.8' -h2==4.3.0; python_version >= '3.9' +h2==4.4.1; python_version >= '3.9' hpack==4.2.0; python_version >= '3.10' hyperframe==6.1.0; python_version >= '3.9' iniconfig==2.3.0; python_version >= '3.10'