From d36beddfde6e637e2db2eb91a39cb1cfbbed20c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 00:32:35 +0000 Subject: [PATCH] Bump quart from 0.19.7 to 0.20.0 in /examples/benchmark Bumps [quart](https://github.com/pallets/quart) from 0.19.7 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.19.7...0.20.0) --- updated-dependencies: - dependency-name: quart dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/benchmark/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/benchmark/requirements.txt b/examples/benchmark/requirements.txt index e1f2936..ed62dbd 100644 --- a/examples/benchmark/requirements.txt +++ b/examples/benchmark/requirements.txt @@ -82,7 +82,7 @@ pydantic-core==2.14.5 # via pydantic pyproject-hooks==1.0.0 # via build -quart==0.19.7 +quart==0.20.0 # via -r requirements.in requests==2.32.0 # via -r requirements.in