From 4b7f6d940e7ef029d925fc53abca8b47f273ac56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 May 2025 12:26:38 +0000 Subject: [PATCH] Bump h11 from 0.10.0 to 0.16.0 in /fastapi_test Bumps [h11](https://github.com/python-hyper/h11) from 0.10.0 to 0.16.0. - [Commits](https://github.com/python-hyper/h11/compare/v0.10.0...v0.16.0) --- updated-dependencies: - dependency-name: h11 dependency-version: 0.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fastapi_test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi_test/requirements.txt b/fastapi_test/requirements.txt index 7423c8e..557c00d 100644 --- a/fastapi_test/requirements.txt +++ b/fastapi_test/requirements.txt @@ -1,6 +1,6 @@ click==7.1.2 fastapi==0.61.1 -h11==0.10.0 +h11==0.16.0 pydantic==1.6.1 starlette==0.13.6 uvicorn==0.12.1