From 127fb1fcf033fd61f2e562a438f82b4d58391b09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 01:47:09 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20[backend-deps]:=20Bump=20h11=20in?= =?UTF-8?q?=20/backend=20in=20the=20pip=20group?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the pip group in /backend with 1 update: [h11](https://github.com/python-hyper/h11). Updates `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 dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 80646f2..245caaf 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "greenlet==3.1.1", "grpcio==1.70.0", "grpcio-status==1.62.2", - "h11==0.14.0", + "h11==0.16.0", "httpcore==1.0.7", "httplib2==0.22.0", "httptools==0.6.4",