From 5b394b512c5c1f30ff36bb187b2fd956391aa985 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 15:07:59 +0000 Subject: [PATCH] build(deps): bump quart from 0.16.3 to 0.17.0 in /frameworks Bumps [quart](https://gitlab.com/pgjones/quart) from 0.16.3 to 0.17.0. - [Release notes](https://gitlab.com/pgjones/quart/tags) - [Changelog](https://gitlab.com/pgjones/quart/blob/master/CHANGELOG.rst) - [Commits](https://gitlab.com/pgjones/quart/compare/0.16.3...0.17.0) --- updated-dependencies: - dependency-name: quart dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frameworks/quart/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/quart/requirements.txt b/frameworks/quart/requirements.txt index 217bc6b..ad65278 100644 --- a/frameworks/quart/requirements.txt +++ b/frameworks/quart/requirements.txt @@ -1 +1 @@ -quart == 0.16.3 +quart == 0.17.0