From 24a0222f8ce7914305c5b1e80814fcdce0de15b3 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Mon, 25 Jul 2022 11:59:12 +0000 Subject: [PATCH] Update dependency quart to v0.18.0 --- poetry.lock | 26 +++++++++++++++----------- pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1ed494b..230a29e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -327,7 +327,7 @@ python-versions = ">=3.5" name = "importlib-metadata" version = "4.12.0" description = "Read metadata from Python packages" -category = "dev" +category = "main" optional = false python-versions = ">=3.7" @@ -514,7 +514,7 @@ python-versions = ">=3.6" [[package]] name = "quart" -version = "0.17.0" +version = "0.18.0" description = "A Python ASGI web microframework with the same API as Flask" category = "main" optional = false @@ -525,13 +525,14 @@ aiofiles = "*" blinker = "*" click = "*" hypercorn = ">=0.11.2" +importlib_metadata = {version = "*", markers = "python_version < \"3.10\""} itsdangerous = "*" jinja2 = "*" markupsafe = "*" -toml = "*" -werkzeug = ">=2.0.0" +werkzeug = ">=2.2.0" [package.extras] +docs = ["pydata-sphinx-theme"] dotenv = ["python-dotenv"] [[package]] @@ -663,12 +664,15 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "werkzeug" -version = "2.1.2" +version = "2.2.0" description = "The comprehensive WSGI web application library." category = "main" optional = false python-versions = ">=3.7" +[package.dependencies] +MarkupSafe = ">=2.1.1" + [package.extras] watchdog = ["watchdog"] @@ -699,7 +703,7 @@ multidict = ">=4.0" name = "zipp" version = "3.8.0" description = "Backport of pathlib-compatible object wrapper for zip files" -category = "dev" +category = "main" optional = false python-versions = ">=3.7" @@ -710,7 +714,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "925a7b95911a867cde0a20436da89bb016e4cb14434caa6193293a2cb08855dc" +content-hash = "d1844ec2650471d31b95dc8004fbc73d8cec5fe5b5065ce66eafe4e595bc65c8" [metadata.files] aiofiles = [ @@ -1189,8 +1193,8 @@ pyyaml = [ {file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"}, ] quart = [ - {file = "Quart-0.17.0-py3-none-any.whl", hash = "sha256:69480e7384935feff1f50293a8cb70c5d31f568af94ed792d043bb368b50bd50"}, - {file = "Quart-0.17.0.tar.gz", hash = "sha256:2cf213d8b83fa701a83e3b3125e9102a937cefd1e97e9583f22ee2fa79139640"}, + {file = "Quart-0.18.0-py3-none-any.whl", hash = "sha256:5bef6711d25e379ce8a1ed3f7d3ec72eae4159d116e8d480d1cab59c8bb6f44d"}, + {file = "Quart-0.18.0.tar.gz", hash = "sha256:0c2465ef5768890431650636f51fe2cc459de6cf4cf3363870ae2a1f3dba9eb1"}, ] regex = [ {file = "regex-2022.7.9-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d35bbcbf70d14f724e7489746cf68efe122796578addd98f91428e144d0ad266"}, @@ -1309,8 +1313,8 @@ urllib3 = [ {file = "urllib3-1.26.10.tar.gz", hash = "sha256:879ba4d1e89654d9769ce13121e0f94310ea32e8d2f8cf587b77c08bbcdb30d6"}, ] werkzeug = [ - {file = "Werkzeug-2.1.2-py3-none-any.whl", hash = "sha256:72a4b735692dd3135217911cbeaa1be5fa3f62bffb8745c5215420a03dc55255"}, - {file = "Werkzeug-2.1.2.tar.gz", hash = "sha256:1ce08e8093ed67d638d63879fd1ba3735817f7a80de3674d293f5984f25fb6e6"}, + {file = "Werkzeug-2.2.0-py3-none-any.whl", hash = "sha256:81806f8a5b35e6cb1b39a6f28dabf0e123f069c8596119a1a9a43838870016cd"}, + {file = "Werkzeug-2.2.0.tar.gz", hash = "sha256:fe8bcdcef40275ed915fc734c2527a39d705b57a716d4f09e790296abbd16a7f"}, ] wsproto = [ {file = "wsproto-1.1.0-py3-none-any.whl", hash = "sha256:2218cb57952d90b9fca325c0dcfb08c3bda93e8fd8070b0a17f048e2e47a521b"}, diff --git a/pyproject.toml b/pyproject.toml index ea0cd80..23027d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.8" disnake = "2.5.1" ics = "0.7.2" python-dotenv = "0.20.0" -quart = "0.17.0" +quart = "0.18.0" requests = "2.28.1" requests-oauthlib = "1.3.1" -- 2.40.1