From cef9c79ec90dfd0399ca436cdcd58757a4649b6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 10:38:58 +0000 Subject: [PATCH] Bump h2 from 4.2.0 to 4.3.0 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [h2](https://github.com/python-hyper/h2). Updates `h2` from 4.2.0 to 4.3.0 - [Changelog](https://github.com/python-hyper/h2/blob/master/CHANGELOG.rst) - [Commits](https://github.com/python-hyper/h2/compare/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: h2 dependency-version: 4.3.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 274b108..ac80004 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ anyio = "==4.5.2" certifi = "==2025.11.12" exceptiongroup = "==1.3.1" h11 = "==0.16.0" -h2 = "==4.2.0" +h2 = "==4.3.0" hpack = "==4.1.0" httpcore = "==1.0.9" hyperframe = "==6.1.0" diff --git a/Pipfile.lock b/Pipfile.lock index 387d007..8a500ed 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "dbdd341759cc45bcbe34a9e6c0dd2b4b4f97cbb89528bc8d21f68578f7cfdd23" + "sha256": "db1e6b33b45cf1fa8dda6e35ef23c4364f7cecbfcc8b45f3bec83f5c5d29ca99" }, "pipfile-spec": 6, "requires": { @@ -54,12 +54,12 @@ }, "h2": { "hashes": [ - "sha256:479a53ad425bb29af087f3458a61d30780bc818e4ebcf01f0b536ba916462ed0", - "sha256:c8a52129695e88b1a0578d8d2cc6842bbd79128ac685463b887ee278126ad01f" + "sha256:6c59efe4323fa18b47a632221a1888bd7fde6249819beda254aeca909f221bf1", + "sha256:c438f029a25f7945c69e0ccf0fb951dc3f73a5f6412981daee861431b70e2bdd" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==4.2.0" + "version": "==4.3.0" }, "hpack": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 5148bc5..bb6d734 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ anyio==4.5.2; python_version >= '3.8' certifi==2025.11.12; python_version >= '3.7' exceptiongroup==1.3.1; python_version >= '3.7' h11==0.16.0; python_version >= '3.8' -h2==4.2.0; python_version >= '3.9' +h2==4.3.0; python_version >= '3.9' hpack==4.1.0; python_version >= '3.9' httpcore==1.0.9; python_version >= '3.8' httpx[http2]==0.28.1; python_version >= '3.8'