From 10287e2fd57e5a5c5c1d6cb82210611df34fe945 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 19:46:35 +0000 Subject: [PATCH] Bump quart from 0.18.3 to 0.19.7 Bumps [quart](https://github.com/pallets/quart) from 0.18.3 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.18.3...0.19.7) --- updated-dependencies: - dependency-name: quart dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- poetry.lock | 18 ++++++++++-------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index c2c9f33..018d3dc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiofiles" @@ -1814,25 +1814,27 @@ files = [ [[package]] name = "quart" -version = "0.18.3" +version = "0.19.7" description = "A Python ASGI web microframework with the same API as Flask" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "Quart-0.18.3-py3-none-any.whl", hash = "sha256:c221a7deb83a014dee040108d654b6141fe37f59e249c5caa0fdcf6506caf50b"}, - {file = "Quart-0.18.3.tar.gz", hash = "sha256:dc4de597d5d4693627c90904b233d729531f6b27c1164f760476d3967aee2a4a"}, + {file = "quart-0.19.7-py3-none-any.whl", hash = "sha256:1c605e4f1378c3ba12bd39311735f9245d128c1149631a561f5b976596423088"}, + {file = "quart-0.19.7.tar.gz", hash = "sha256:6edb81c19346a63cac6bcc7cea9fbb312fe19db2977c6e98d28c931f1d354fad"}, ] [package.dependencies] aiofiles = "*" -blinker = "*" +blinker = ">=1.6" click = ">=8.0.0" +flask = ">=3.0.0" hypercorn = ">=0.11.2" importlib_metadata = {version = "*", markers = "python_version < \"3.10\""} itsdangerous = "*" jinja2 = "*" markupsafe = "*" -werkzeug = ">=2.2.0" +typing_extensions = {version = "*", markers = "python_version < \"3.10\""} +werkzeug = ">=3.0.0" [package.extras] docs = ["pydata_sphinx_theme"] @@ -2260,4 +2262,4 @@ mantine = ["dash-mantine-components"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4" -content-hash = "383a9a39bc24b7b49ff5fff1d0600583690bf13acb3fb810baf135a147ccd1d7" +content-hash = "af482d8316170e7174169d678818c04bcf7ee1f95b175ce8188017d70ca74964" diff --git a/pyproject.toml b/pyproject.toml index b8e97fd..f42f378 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ mantine = ["dash-mantine-components"] dash = {extras = ["dev", "testing"], version = "^2.17.0"} pytest-cov = "^4.0.0" pandas = ">=1.5.3" -quart = "^0.18.3" +quart = ">=0.18.3,<0.20.0" starlette = "^0.36.2" requests = "^2.32.2" certifi = ">=2023.7.22,<2025.0.0"