From 510954a4a35ee3a98274f7838eb69a3f5602d801 Mon Sep 17 00:00:00 2001 From: "geo-ghci-int[bot]" <146321879+geo-ghci-int[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 22:12:35 +0000 Subject: [PATCH] Audit Snyk check/fix 6.0 (#2490) Co-authored-by: geo-ghci-int[bot] <146321879+geo-ghci-int[bot]@users.noreply.github.com> --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index b581cd0c5..c1f15d11c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2647,18 +2647,18 @@ testing = ["coverage", "pytest", "pytest-cov"] [[package]] name = "waitress" -version = "2.1.2" +version = "3.0.1" description = "Waitress WSGI server" -optional = true -python-versions = ">=3.7.0" +optional = false +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" @@ -2861,4 +2861,4 @@ webserver = ["SQLAlchemy", "SQLAlchemy-Utils", "cornice", "gunicorn", "prometheu [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "24a7bba69226d340ae47b619baab51e79e88a36566967a34c1286efef684699d" +content-hash = "c19522b82039b29a986bb3e2650b204e5983514b769034c69f3cb9b0c598f699" diff --git a/pyproject.toml b/pyproject.toml index a7f71725a..28a937ac0 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.8.0", optional = true } requests-oauthlib = { version = "1.3.1", optional = true } -waitress = { version = "2.1.2", optional = true } +waitress = "3.0.1" scikit-image = { version = "0.21.0", optional = true } certifi = "2024.7.4" prometheus-client = { version = "0.17.1", optional = true}