From 48ce31e699e6c91743bbb0f261209d092a308bb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 11:19:19 +0000 Subject: [PATCH] Bump quart from 0.19.7 to 0.20.0 in /examples/benchmark (#283) #nolog 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 01af5b8..9dd6701 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