From d09bac03fdbc418a59e2ac8b774577992a1e358b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Nov 2025 00:35:21 +0000 Subject: [PATCH] Bump h11 in /arch-school/basic/module_04/service_main 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] --- arch-school/basic/module_04/service_main/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-school/basic/module_04/service_main/requirements.txt b/arch-school/basic/module_04/service_main/requirements.txt index 1a8623c..2a90339 100644 --- a/arch-school/basic/module_04/service_main/requirements.txt +++ b/arch-school/basic/module_04/service_main/requirements.txt @@ -4,7 +4,7 @@ charset-normalizer==3.0.1 click==8.1.3 colorama==0.4.6 fastapi==0.91.0 -h11==0.14.0 +h11==0.16.0 h2==4.1.0 hpack==4.0.0 httptools==0.5.0