From 5e2cc4d0e2fa9482abd1d0992e6b990768d7d1ff Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 24 Dec 2024 00:03:21 +0000 Subject: [PATCH] chore(deps): update dependency quart to ^0.20.0 --- poetry.lock | 23 +++++++++++------------ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/poetry.lock b/poetry.lock index c4a3433..f89bfbb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1240,30 +1240,29 @@ files = [ [[package]] name = "quart" -version = "0.19.9" -description = "A Python ASGI web microframework with the same API as Flask" +version = "0.20.0" +description = "A Python ASGI web framework with the same API as Flask" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "quart-0.19.9-py3-none-any.whl", hash = "sha256:8acb8b299c72b66ee9e506ae141498bbbfcc250b5298fbdb712e97f3d7e4082f"}, - {file = "quart-0.19.9.tar.gz", hash = "sha256:30a61a0d7bae1ee13e6e99dc14c929b3c945e372b9445d92d21db053e91e95a5"}, + {file = "quart-0.20.0-py3-none-any.whl", hash = "sha256:003c08f551746710acb757de49d9b768986fd431517d0eb127380b656b98b8f1"}, + {file = "quart-0.20.0.tar.gz", hash = "sha256:08793c206ff832483586f5ae47018c7e40bdd75d886fee3fabbdaa70c2cf505d"}, ] [package.dependencies] aiofiles = "*" blinker = ">=1.6" -click = ">=8.0.0" -flask = ">=3.0.0" +click = ">=8.0" +flask = ">=3.0" hypercorn = ">=0.11.2" -importlib_metadata = {version = "*", markers = "python_version < \"3.10\""} +importlib-metadata = {version = "*", markers = "python_version < \"3.10\""} itsdangerous = "*" jinja2 = "*" markupsafe = "*" -typing_extensions = {version = "*", markers = "python_version < \"3.10\""} -werkzeug = ">=3.0.0" +typing-extensions = {version = "*", markers = "python_version < \"3.10\""} +werkzeug = ">=3.0" [package.extras] -docs = ["pydata_sphinx_theme"] dotenv = ["python-dotenv"] [[package]] @@ -1711,4 +1710,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "8248504f4646ee4d4b01ef6b82440d93f92b24f486d5dc328779ab4c4d9447ff" +content-hash = "685d7b04a56aa246719585b479f2b1b6045c66fde0ec948153b38b5bd20a3885" diff --git a/pyproject.toml b/pyproject.toml index 5abae71..0f2f23d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ python = ">=3.9,<3.13" disnake = "^2.9.3" ics = "0.8.0.dev0" python-dotenv = "^1.0.1" -quart = "^0.19.9" +quart = "^0.20.0" requests-oauthlib = "^2.0.0" [tool.poetry.dev-dependencies]