diff --git a/poetry.lock b/poetry.lock index 4268610..52ff7cf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -896,6 +896,7 @@ optional = false python-versions = "*" files = [ {file = "find_libpython-0.3.1-py3-none-any.whl", hash = "sha256:f63c2c05b9c6077bfafa5c7b283547b918a54c17fd930ceead487d1f220ff9cb"}, + {file = "find_libpython-0.3.1.tar.gz", hash = "sha256:4dd75e54c0828cfa8e97287565d2499a6bd6216140afdf251c87a456e8e52cd3"}, ] [[package]] @@ -2297,6 +2298,7 @@ optional = false python-versions = ">=3.9" files = [ {file = "msgraph_sdk-1.20.0-py3-none-any.whl", hash = "sha256:d604fefb44d3de28e5eb36295e5354789abf1fba17f573ca0b77ffaad4df4e83"}, + {file = "msgraph_sdk-1.20.0.tar.gz", hash = "sha256:8d9ab2ce7260af7af3300c4d9917f66c9930dae5f71d075e713512aa300afc4f"}, ] [package.dependencies] @@ -3557,28 +3559,27 @@ 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" itsdangerous = "*" jinja2 = "*" markupsafe = "*" -werkzeug = ">=3.0.0" +werkzeug = ">=3.0" [package.extras] -docs = ["pydata_sphinx_theme"] dotenv = ["python-dotenv"] [[package]] @@ -4880,4 +4881,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "ba0b7626b72c13756566dd480db815d0b3c1bc62a2389cd9f14907a70f66e5f3" +content-hash = "1560c65bdc149a2c477de5422c6b548245ee7dfa35d9615abaee3bbbf55d6f67" diff --git a/pyproject.toml b/pyproject.toml index b38742a..b84eb5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "~3.11" # async-friendly version of flask, for the back-end API -quart = "^0.19.4" +quart = "^0.20.0" # for deploying the API hypercorn = "^0.15.0" jsons = "^1.6.3"