From f11d0251daeb283e0fb2789c456cbe1955151bbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:35:56 +0000 Subject: [PATCH] Update quart requirement from <0.14 to <0.20 Updates the requirements on [quart](https://github.com/pallets/quart) to permit the latest version. - [Changelog](https://github.com/pallets/quart/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/quart/compare/0.1.0...0.19.2) --- updated-dependencies: - dependency-name: quart dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e73c73d..4ceb5eab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "typer", "velin", "quart-trio", - "quart<0.14", + "quart<0.20", "flatlatex", # "tree_sitter", # tree sitter does not currently provide builds for all platform. tree-sitter-builds is an # alternative build that provide more wheels.