Merge pull request 'Update dependency quart to v0.18.2' (#63) from renovate/quart-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #63
This commit is contained in:
commit
fd6c1fe10b
8
poetry.lock
generated
8
poetry.lock
generated
@ -547,7 +547,7 @@ python-versions = ">=3.6"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "quart"
|
name = "quart"
|
||||||
version = "0.18.1"
|
version = "0.18.2"
|
||||||
description = "A Python ASGI web microframework with the same API as Flask"
|
description = "A Python ASGI web microframework with the same API as Flask"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
@ -781,7 +781,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.8"
|
python-versions = "^3.8"
|
||||||
content-hash = "f00f11b51f1090c71582e421ab0ad180f4475954957654f8285babdfc68d97f6"
|
content-hash = "89a5f47470774367bd16fa50822f721a8495d8974654950ab4023b964da5d304"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiofiles = [
|
aiofiles = [
|
||||||
@ -1293,8 +1293,8 @@ PyYAML = [
|
|||||||
{file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"},
|
{file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"},
|
||||||
]
|
]
|
||||||
quart = [
|
quart = [
|
||||||
{file = "Quart-0.18.1-py3-none-any.whl", hash = "sha256:2069dd9822c58582441b04ef5141277308a058668368b39e386b8392f28b2421"},
|
{file = "Quart-0.18.2-py3-none-any.whl", hash = "sha256:17503c36e78f1dde8ea9dbdd23ae8ec2d2972c2f3e2e56d0d6d3d943d1de5387"},
|
||||||
{file = "Quart-0.18.1.tar.gz", hash = "sha256:b506b9038c4f3729aacc563a1c8c84089dccbb3e5df45e138b0b89df4d8d8be7"},
|
{file = "Quart-0.18.2.tar.gz", hash = "sha256:a1f4829f01d327ebe4d66c6d36bfd8d911d23bbbf2ab00a4e252554e006c400d"},
|
||||||
]
|
]
|
||||||
regex = [
|
regex = [
|
||||||
{file = "regex-2022.9.13-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:0394265391a86e2bbaa7606e59ac71bd9f1edf8665a59e42771a9c9adbf6fd4f"},
|
{file = "regex-2022.9.13-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:0394265391a86e2bbaa7606e59ac71bd9f1edf8665a59e42771a9c9adbf6fd4f"},
|
||||||
|
@ -16,7 +16,7 @@ python = "^3.8"
|
|||||||
disnake = "2.6.0"
|
disnake = "2.6.0"
|
||||||
ics = "0.8.0.dev0"
|
ics = "0.8.0.dev0"
|
||||||
python-dotenv = "0.21.0"
|
python-dotenv = "0.21.0"
|
||||||
quart = "0.18.1"
|
quart = "0.18.2"
|
||||||
requests-oauthlib = "1.3.1"
|
requests-oauthlib = "1.3.1"
|
||||||
sentry-sdk = "1.9.10"
|
sentry-sdk = "1.9.10"
|
||||||
uvicorn = "0.18.3"
|
uvicorn = "0.18.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user