diff --git a/poetry.lock b/poetry.lock index db232ae..0ec4c23 100644 --- a/poetry.lock +++ b/poetry.lock @@ -360,7 +360,7 @@ testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtuale [[package]] name = "quart" -version = "0.16.3" +version = "0.17.0" description = "A Python ASGI web microframework with the same API as Flask" category = "main" optional = false @@ -374,6 +374,7 @@ hypercorn = ">=0.11.2" importlib_metadata = {version = "*", markers = "python_version < \"3.8\""} itsdangerous = "*" jinja2 = "*" +markupsafe = "*" toml = "*" typing_extensions = {version = "*", markers = "python_version < \"3.8\""} werkzeug = ">=2.0.0" @@ -470,7 +471,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "e8ba5c3c58aed29a20d85285b1a3b55b3917e2fa2ad37012e1cef1b6fced14c9" +content-hash = "80dac51824aa802dddc159fbebc268ec7c39803a5fb45c703aeb039f9cdb3148" [metadata.files] aiofiles = [ @@ -720,8 +721,8 @@ pytest-cov = [ {file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"}, ] quart = [ - {file = "Quart-0.16.3-py3-none-any.whl", hash = "sha256:556d07f24a8789db3b2dca78e0fe764c5a97a75ca800b1b7e5c4cfb7c3da2ea1"}, - {file = "Quart-0.16.3.tar.gz", hash = "sha256:16521d8cf062461b158433d820fff509f98fb997ae6c28740eda061d9cba7d5e"}, + {file = "Quart-0.17.0-py3-none-any.whl", hash = "sha256:69480e7384935feff1f50293a8cb70c5d31f568af94ed792d043bb368b50bd50"}, + {file = "Quart-0.17.0.tar.gz", hash = "sha256:2cf213d8b83fa701a83e3b3125e9102a937cefd1e97e9583f22ee2fa79139640"}, ] sqlalchemy = [ {file = "SQLAlchemy-1.3.24-cp27-cp27m-macosx_10_14_x86_64.whl", hash = "sha256:87a2725ad7d41cd7376373c15fd8bf674e9c33ca56d0b8036add2d634dba372e"}, diff --git a/pyproject.toml b/pyproject.toml index 08a3f4e..7033fcf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ python = "^3.7" gino = { version = "^1.0.0rc2", allow-prereleases = true } Werkzeug = "^2.0.1" -Quart = ">=0.15.1,<0.17.0" +Quart = ">=0.15.1,<0.18.0" [tool.poetry.dev-dependencies] black = "^22.1"