From 5370e699b206f75fb75b596649d70ecea3aa85c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 19:47:22 +0000 Subject: [PATCH] build(deps): bump quart from 0.19.6 to 0.19.7 in /server 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] --- server/poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/poetry.lock b/server/poetry.lock index af06672a8..ac860645a 100644 --- a/server/poetry.lock +++ b/server/poetry.lock @@ -2799,13 +2799,13 @@ files = [ [[package]] name = "quart" -version = "0.19.6" +version = "0.19.7" description = "A Python ASGI web microframework with the same API as Flask" optional = true 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]