From 8457241659d9c33eadea34355f79e6b2b7a84f18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 19:13:05 +0000 Subject: [PATCH] build(deps): bump h11 in /book/src/ch10/service/libs/web Bumps [h11](https://github.com/python-hyper/h11) from 0.9.0 to 0.16.0. - [Commits](https://github.com/python-hyper/h11/compare/v0.9.0...v0.16.0) --- updated-dependencies: - dependency-name: h11 dependency-version: 0.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- book/src/ch10/service/libs/web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/ch10/service/libs/web/requirements.txt b/book/src/ch10/service/libs/web/requirements.txt index 54192385..fe38b4a9 100644 --- a/book/src/ch10/service/libs/web/requirements.txt +++ b/book/src/ch10/service/libs/web/requirements.txt @@ -6,7 +6,7 @@ # aiofiles==0.6.0 # via sanic certifi==2024.7.4 # via httpx -h11==0.9.0 # via httpcore +h11==0.16.0 # via httpcore httpcore==0.11.1 # via httpx httptools==0.1.1 # via sanic httpx==0.23.0 # via sanic