From 60428e9dcdaeeae5600a00aa76ccaae121205805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 17:17:02 +0000 Subject: [PATCH] Bump quart from 0.19.3 to 0.19.4 Bumps [quart](https://github.com/pallets/quart) from 0.19.3 to 0.19.4. - [Changelog](https://github.com/pallets/quart/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/quart/compare/0.19.3...0.19.4) --- updated-dependencies: - dependency-name: quart dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8a538b65..aa719dcd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ pytest-rerunfailures==13.0 pytest-timeout==2.2.0 pytest-xdist==3.5.0 pytest==7.4.3 -quart==0.19.3 +quart==0.19.4 reactivex==4.0.4 starlette==0.32.0.post1 cbitstruct==1.0.9; python_version < '3.11.5'