From 78cc9374859df0208e4517cac84fd0048b023f25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 14:45:11 +0000 Subject: [PATCH] Bump waitress from 2.1.2 to 3.0.1 Bumps [waitress](https://github.com/Pylons/waitress) from 2.1.2 to 3.0.1. - [Release notes](https://github.com/Pylons/waitress/releases) - [Changelog](https://github.com/Pylons/waitress/blob/main/CHANGES.txt) - [Commits](https://github.com/Pylons/waitress/compare/v2.1.2...v3.0.1) --- updated-dependencies: - dependency-name: waitress dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8a510202..2bfd0c97 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3960,18 +3960,18 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [[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 = "watchdog" @@ -4281,4 +4281,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "f8907ad87496424c7f6af7890d8a3a310d56d5684f4e03bebd5bd03ca5bdb965" +content-hash = "80e247c3d721a87e5179ee0ffb14ac7ef3a4712fc621c76ad39048c8ae1013f6" diff --git a/pyproject.toml b/pyproject.toml index 700288c0..17e9a7b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ requests-oauthlib = "==1.3.1" sentry-sdk = "^2.8.0" slack_sdk = "^3.12.0" slackclient = "^2.9.3" -waitress = "^2.1.2" +waitress = "^3.0.1" whitenoise = "^6.6.0" # OpenSearch opensearch-py = "==1.0.0"