From 7101fa78a37953856c1e07ab81a5258cd9620f74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 13:57:14 +0000 Subject: [PATCH] chore(deps): Bump hypercorn from 0.17.3 to 0.18.0 Bumps [hypercorn](https://github.com/pgjones/hypercorn) from 0.17.3 to 0.18.0. - [Changelog](https://github.com/pgjones/hypercorn/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pgjones/hypercorn/compare/0.17.3...0.18.0) --- updated-dependencies: - dependency-name: hypercorn dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8b0f008..eac7de7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ hysteria2-api==0.1.3 fastapi==0.121.0 Jinja2==3.1.6 python-multipart==0.0.20 -hypercorn==0.17.3 +hypercorn==0.18.0 pydantic==2.12.4 pydantic-settings==2.11.0 annotated-types==0.7.0