From 1ee54218e6ea7af108a11541964535c1902f56b8 Mon Sep 17 00:00:00 2001 From: zuczkows Date: Wed, 17 Dec 2025 11:42:52 +0100 Subject: [PATCH] update h2 library duo to security issues --- 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'