From 9104deaa4a7bb808122ea96b156f2da152566301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:54:35 +0000 Subject: [PATCH] build(deps): bump quart from 0.19.6 to 0.19.7 Bumps [quart](https://github.com/pallets/quart) from 0.19.6 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.6...0.19.7) --- updated-dependencies: - dependency-name: quart dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index b8999ca..03fb57a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2054,13 +2054,13 @@ pyyaml = "*" [[package]] name = "quart" -version = "0.19.6" +version = "0.19.7" description = "A Python ASGI web microframework with the same API as Flask" optional = false python-versions = ">=3.8" files = [ - {file = "quart-0.19.6-py3-none-any.whl", hash = "sha256:f9092310f4eb120903da692a5e4354f05d48c28ca7ec3054d3d94dd862412c58"}, - {file = "quart-0.19.6.tar.gz", hash = "sha256:89ddda6da24300a5ea4f21e4582d5e89bc8ea678e724e0b747767143401e4558"}, + {file = "quart-0.19.7-py3-none-any.whl", hash = "sha256:1c605e4f1378c3ba12bd39311735f9245d128c1149631a561f5b976596423088"}, + {file = "quart-0.19.7.tar.gz", hash = "sha256:6edb81c19346a63cac6bcc7cea9fbb312fe19db2977c6e98d28c931f1d354fad"}, ] [package.dependencies]