diff --git a/poetry.lock b/poetry.lock index 022aba375..1b7b5dc24 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2795,13 +2795,13 @@ testing = ["coverage", "pytest", "pytest-cov"] [[package]] name = "waitress" -version = "3.0.0" +version = "3.0.1" description = "Waitress WSGI server" -optional = true -python-versions = ">=3.8.0" +optional = false +python-versions = ">=3.9.0" files = [ - {file = "waitress-3.0.0-py3-none-any.whl", hash = "sha256:2a06f242f4ba0cc563444ca3d1998959447477363a2d7e9b8b4d75d35cfd1669"}, - {file = "waitress-3.0.0.tar.gz", hash = "sha256:005da479b04134cdd9dd602d1ee7c49d79de0537610d653674cc6cbde222b8a1"}, + {file = "waitress-3.0.1-py3-none-any.whl", hash = "sha256:26cdbc593093a15119351690752c99adc13cbc6786d75f7b6341d1234a3730ac"}, + {file = "waitress-3.0.1.tar.gz", hash = "sha256:ef0c1f020d9f12a515c4ec65c07920a702613afcad1dbfdc3bcec256b6c072b3"}, ] [package.extras] @@ -2948,4 +2948,4 @@ webserver = ["SQLAlchemy", "SQLAlchemy-Utils", "cornice", "gunicorn", "prometheu [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "6129f6186db1e3c4897710a72c0264610768697c2da9a97d2f0c1e1d77bfdcd8" +content-hash = "4f033a7bf8170dbb0ade0cacadd2d87c618f702c5c7f1991b21697383c99a5c4" diff --git a/pyproject.toml b/pyproject.toml index 4745b5996..e0dc1d774 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ SQLAlchemy-Utils = { version = "0.41.2", optional = true } "zope.sqlalchemy" = { version = "3.1", optional = true } pyjwt = { version = "2.9.0", optional = true } requests-oauthlib = { version = "2.0.0", optional = true } -waitress = { version = "3.0.0", optional = true } +waitress = "3.0.1" scikit-image = { version = "0.24.0", optional = true } prometheus-client = { version = "0.21.0", optional = true} pyramid_mako = { version = "1.1.0", optional = true}