chore(deps): update dependency quart to ^0.20.0
All checks were successful
divent / lint (push) Successful in 1m32s
divent / docker (push) Successful in 1m23s
divent / pypi (push) Has been skipped

This commit is contained in:
Renovate Bot 2024-12-24 00:03:21 +00:00
parent 74378a8274
commit 5e2cc4d0e2
2 changed files with 12 additions and 13 deletions

23
poetry.lock generated
View File

@ -1240,30 +1240,29 @@ files = [
[[package]] [[package]]
name = "quart" name = "quart"
version = "0.19.9" version = "0.20.0"
description = "A Python ASGI web microframework with the same API as Flask" description = "A Python ASGI web framework with the same API as Flask"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.9"
files = [ files = [
{file = "quart-0.19.9-py3-none-any.whl", hash = "sha256:8acb8b299c72b66ee9e506ae141498bbbfcc250b5298fbdb712e97f3d7e4082f"}, {file = "quart-0.20.0-py3-none-any.whl", hash = "sha256:003c08f551746710acb757de49d9b768986fd431517d0eb127380b656b98b8f1"},
{file = "quart-0.19.9.tar.gz", hash = "sha256:30a61a0d7bae1ee13e6e99dc14c929b3c945e372b9445d92d21db053e91e95a5"}, {file = "quart-0.20.0.tar.gz", hash = "sha256:08793c206ff832483586f5ae47018c7e40bdd75d886fee3fabbdaa70c2cf505d"},
] ]
[package.dependencies] [package.dependencies]
aiofiles = "*" aiofiles = "*"
blinker = ">=1.6" blinker = ">=1.6"
click = ">=8.0.0" click = ">=8.0"
flask = ">=3.0.0" flask = ">=3.0"
hypercorn = ">=0.11.2" hypercorn = ">=0.11.2"
importlib_metadata = {version = "*", markers = "python_version < \"3.10\""} importlib-metadata = {version = "*", markers = "python_version < \"3.10\""}
itsdangerous = "*" itsdangerous = "*"
jinja2 = "*" jinja2 = "*"
markupsafe = "*" markupsafe = "*"
typing_extensions = {version = "*", markers = "python_version < \"3.10\""} typing-extensions = {version = "*", markers = "python_version < \"3.10\""}
werkzeug = ">=3.0.0" werkzeug = ">=3.0"
[package.extras] [package.extras]
docs = ["pydata_sphinx_theme"]
dotenv = ["python-dotenv"] dotenv = ["python-dotenv"]
[[package]] [[package]]
@ -1711,4 +1710,4 @@ type = ["pytest-mypy"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.9,<3.13" python-versions = ">=3.9,<3.13"
content-hash = "8248504f4646ee4d4b01ef6b82440d93f92b24f486d5dc328779ab4c4d9447ff" content-hash = "685d7b04a56aa246719585b479f2b1b6045c66fde0ec948153b38b5bd20a3885"

View File

@ -16,7 +16,7 @@ python = ">=3.9,<3.13"
disnake = "^2.9.3" disnake = "^2.9.3"
ics = "0.8.0.dev0" ics = "0.8.0.dev0"
python-dotenv = "^1.0.1" python-dotenv = "^1.0.1"
quart = "^0.19.9" quart = "^0.20.0"
requests-oauthlib = "^2.0.0" requests-oauthlib = "^2.0.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]