From 059fd90761c831e9b4a5b447ba621a6d011b3e39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 19:04:01 +0100 Subject: [PATCH] Bump h11 from 0.11.0 to 0.16.0 in /examples/server/asgi (#1458) #nolog Bumps [h11](https://github.com/python-hyper/h11) from 0.11.0 to 0.16.0. - [Commits](https://github.com/python-hyper/h11/compare/v0.11.0...v0.16.0) --- updated-dependencies: - dependency-name: h11 dependency-version: 0.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/server/asgi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server/asgi/requirements.txt b/examples/server/asgi/requirements.txt index 6dc530b..2faa146 100644 --- a/examples/server/asgi/requirements.txt +++ b/examples/server/asgi/requirements.txt @@ -1,5 +1,5 @@ Click==7.1.2 -h11==0.11.0 +h11==0.16.0 httptools==0.1.1 python-engineio python_socketio