From f1ce8b606bc4ca1e22fd6d9d4efa71569597b5f4 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 15 Jan 2025 09:27:03 +0000
Subject: [PATCH] build(deps): bump quart from 0.6.13 to 0.20.0 in
 /tests/requirements

Bumps [quart](https://github.com/pallets/quart) from 0.6.13 to 0.20.0.
- [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.6.13...0.20.0)

---
updated-dependencies:
- dependency-name: quart
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 tests/requirements/reqs-asgi-2.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/requirements/reqs-asgi-2.txt b/tests/requirements/reqs-asgi-2.txt
index ca2f94b02..6a02d8fae 100644
--- a/tests/requirements/reqs-asgi-2.txt
+++ b/tests/requirements/reqs-asgi-2.txt
@@ -1,4 +1,4 @@
-quart==0.6.13
+quart==0.20.0
 MarkupSafe<2.1
 jinja2==3.1.5
 async-asgi-testclient