diff --git a/poetry.lock b/poetry.lock index 07142e557..1ad96d2bf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3134,18 +3134,18 @@ testing = ["coverage", "pytest", "pytest-cov"] [[package]] name = "waitress" -version = "2.1.2" +version = "3.0.1" description = "Waitress WSGI server" optional = false -python-versions = ">=3.7.0" +python-versions = ">=3.9.0" files = [ - {file = "waitress-2.1.2-py3-none-any.whl", hash = "sha256:7500c9625927c8ec60f54377d590f67b30c8e70ef4b8894214ac6e4cad233d2a"}, - {file = "waitress-2.1.2.tar.gz", hash = "sha256:780a4082c5fbc0fde6a2fcfe5e26e6efc1e8f425730863c04085769781f51eba"}, + {file = "waitress-3.0.1-py3-none-any.whl", hash = "sha256:26cdbc593093a15119351690752c99adc13cbc6786d75f7b6341d1234a3730ac"}, + {file = "waitress-3.0.1.tar.gz", hash = "sha256:ef0c1f020d9f12a515c4ec65c07920a702613afcad1dbfdc3bcec256b6c072b3"}, ] [package.extras] docs = ["Sphinx (>=1.8.1)", "docutils", "pylons-sphinx-themes (>=1.0.9)"] -testing = ["coverage (>=5.0)", "pytest", "pytest-cover"] +testing = ["coverage (>=5.0)", "pytest", "pytest-cov"] [[package]] name = "webob" @@ -3335,4 +3335,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.11" -content-hash = "b65cb431b65ee09f64c2b65db1137194a82a373c5e5345c7faf514214db114b1" +content-hash = "9450cd024ee0b1284216a259bcec6eed2d50d48726c89b8460af7dcd1f6844a9" diff --git a/pyproject.toml b/pyproject.toml index 2f6c8ee19..611ff3523 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ jsonschema = "4.19.2" pyramid = "2.0.2" jsonschema-validator-new = "0.1.0" azure-storage-blob = "12.18.3" -waitress = "2.1.2" +waitress = "3.0.1" certifi = "2024.7.4" cryptography = "43.0.3" msal = "1.24.1"