From 06b3ec4b5b3aa6ca4c6ce5eb4fd8d2e4d5549751 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 11:13:07 +0000 Subject: [PATCH] Update quart requirement from >=0.18.4 to >=0.20.0 Updates the requirements on [quart](https://github.com/pallets/quart) to permit the latest version. - [Release notes](https://github.com/pallets/quart/releases) - [Changelog](https://github.com/pallets/quart/blob/main/CHANGES.md) - [Commits](https://github.com/pallets/quart/compare/0.18.4...0.20.0) --- updated-dependencies: - dependency-name: quart dependency-version: 0.20.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..32effa2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -quart>=0.18.4 +quart>=0.20.0 hypercorn[h3]>=0.14.3 \ No newline at end of file