From 1c31c391583008333874c10c16db47c648a7274d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 09:55:27 +0000 Subject: [PATCH] chore(deps): bump h2 from 4.3.0 to 4.4.1 in /backend 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] --- backend/requirements-lock.txt | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements-lock.txt b/backend/requirements-lock.txt index 015ecae..8b43293 100644 --- a/backend/requirements-lock.txt +++ b/backend/requirements-lock.txt @@ -125,7 +125,7 @@ h11==0.16.0 # via # httpcore # uvicorn -h2==4.3.0 +h2==4.4.1 # via # -r requirements.txt # httpx diff --git a/backend/requirements.txt b/backend/requirements.txt index cb55651..d212076 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -45,4 +45,4 @@ cryptography>=46.0.7 urllib3>=2.7.0 transformers>=4.48.0,<5.0.0 idna>=3.15 -h2>=4.3.0 +h2>=4.4.1