From bcd876fcaea1ca19ca64e999024c474f27fbb961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 00:57:50 +0100 Subject: [PATCH] Bump quart from 0.19.4 to 0.19.7 in /examples/benchmark (#259) #nolog Bumps [quart](https://github.com/pallets/quart) from 0.19.4 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.19.4...0.19.7) --- 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 70f2dbe..cdbb6fe 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.4 +quart==0.19.7 # via -r requirements.in requests==2.32.0 # via -r requirements.in