From 9c048fec4fb5635d1b29f137bc4802f95d8c355f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 03:21:46 +0000 Subject: [PATCH] Bump h11 in /arch-school/basic/module_07/service_presentation 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] --- .../basic/module_07/service_presentation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-school/basic/module_07/service_presentation/requirements.txt b/arch-school/basic/module_07/service_presentation/requirements.txt index 72d6af2..7edc324 100644 --- a/arch-school/basic/module_07/service_presentation/requirements.txt +++ b/arch-school/basic/module_07/service_presentation/requirements.txt @@ -3,7 +3,7 @@ anyio==3.6.2 click==8.1.3 fastapi==0.85.1 greenlet==1.1.3.post0 -h11==0.14.0 +h11==0.16.0 httptools==0.5.0 idna==3.4 numpy==1.23.4