From a47a517fe0e619d5634d73401789aef7873eaaf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 01:02:43 +0000 Subject: [PATCH] build(deps): update quart requirement from >=0.20.0 to >=0.21.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.20.0...0.21.0) --- updated-dependencies: - dependency-name: quart dependency-version: 0.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 090c698..0544af4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "A mock REST API service for testing" requires-python = ">=3.12" dependencies = [ - "quart>=0.20.0", + "quart>=0.21.0", "hypercorn>=0.18.0", ] diff --git a/requirements.txt b/requirements.txt index aaedc65..087cee6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -quart>=0.19.0 +quart>=0.21.0 hypercorn>=0.16.0