From 29504620519df63f1e4a0160279d5362c2959ff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 14:38:45 +0000 Subject: [PATCH] Bump h11 from 0.14.0 to 0.16.0 in /api 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] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 349ee3b..014939f 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -22,7 +22,7 @@ google-auth-oauthlib==1.0.0 ; python_version >= "3.8" and python_version < "3.11 google-auth==2.27.0 ; python_version >= "3.8" and python_version < "3.11" google-pasta==0.2.0 ; python_version >= "3.8" and python_version < "3.11" grpcio==1.60.1 ; python_version >= "3.8" and python_version < "3.11" -h11==0.14.0 ; python_version >= "3.8" and python_version < "3.11" +h11==0.16.0 ; python_version >= "3.8" and python_version < "3.11" h5py==3.10.0 ; python_version >= "3.8" and python_version < "3.11" httpcore==0.16.3 ; python_version >= "3.8" and python_version < "3.11" httpx==0.23.3 ; python_version >= "3.8" and python_version < "3.11"