From b657f02959e6e5d2c508b7b7152c10b78bd9eea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 11:13:04 +0000 Subject: [PATCH] Update hypercorn requirement from >=0.14.3 to >=0.18.0 Updates the requirements on [hypercorn](https://github.com/pgjones/hypercorn) to permit the latest version. - [Changelog](https://github.com/pgjones/hypercorn/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pgjones/hypercorn/compare/0.14.3...0.18.0) --- updated-dependencies: - dependency-name: hypercorn dependency-version: 0.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e62ae95..ae281bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ quart>=0.18.4 -hypercorn[h3]>=0.14.3 \ No newline at end of file +hypercorn[h3]>=0.18.0 \ No newline at end of file