From c542e4d49eab1339b1e158710c6bdcd0bcbe1a06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 19:45:49 +0000 Subject: [PATCH] chore(deps): bump quart from 0.17.0 to 0.19.7 Bumps [quart](https://github.com/pallets/quart) from 0.17.0 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.17.0...0.19.7) --- updated-dependencies: - dependency-name: quart dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 74c0486..59b5d61 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ pytest==7.4.0 pytest-asyncio==0.21.1 -quart==0.17.0 +quart==0.19.7 SQLAlchemy==1.4.46 google-auth==2.16.1 PyMySQL==1.1.0 diff --git a/requirements.txt b/requirements.txt index 87528fc..78af98a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -quart==0.17.0 +quart==0.19.7 hypercorn==0.14.3 SQLAlchemy==1.4.46 google-auth==2.16.1