From f710b05f7ed2230ff21ee069091733de8f4fb57d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 19:46:32 +0000 Subject: [PATCH] build(deps): bump quart from 0.6.13 to 0.19.7 in /tests/requirements Bumps [quart](https://github.com/pallets/quart) from 0.6.13 to 0.19.7. - [Release notes](https://github.com/pallets/quart/releases) - [Changelog](https://github.com/pallets/quart/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/quart/compare/0.6.13...0.19.7) --- updated-dependencies: - dependency-name: quart dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 97ff3022d..c228c6ea4 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.19.7 MarkupSafe<2.1 jinja2==3.1.4 async-asgi-testclient