chore(deps): update dependency quart to ^0.20.0
This commit is contained in:
parent
74378a8274
commit
5e2cc4d0e2
23
poetry.lock
generated
23
poetry.lock
generated
@ -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"
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user