From 79085fada8ad1c0778f0f2a0f83203e2f2ea5334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 18:52:16 +0000 Subject: [PATCH] Bump h11 from 0.14.0 to 0.16.0 in /demos/first_project 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] --- demos/first_project/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/first_project/requirements.txt b/demos/first_project/requirements.txt index 412c11c..2dc8e96 100644 --- a/demos/first_project/requirements.txt +++ b/demos/first_project/requirements.txt @@ -14,7 +14,7 @@ certifi==2025.1.31 # httpx colorama==0.4.6 # via -r requirements.piptools -h11==0.14.0 +h11==0.16.0 # via httpcore httpcore==1.0.7 # via httpx