From bfb42e81213cea211869d7a5b1361f7586e82597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 14:57:41 +0000 Subject: [PATCH] Bump waitress from 2.1.2 to 3.0.1 in /src/ch4-first-site/final/pypi 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] --- src/ch4-first-site/final/pypi/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ch4-first-site/final/pypi/setup.py b/src/ch4-first-site/final/pypi/setup.py index e8ebb41..d6adadd 100644 --- a/src/ch4-first-site/final/pypi/setup.py +++ b/src/ch4-first-site/final/pypi/setup.py @@ -13,7 +13,7 @@ 'pyramid==2.0.2', 'pyramid_chameleon==0.3', 'pyramid_debugtoolbar==4.10', - 'waitress==2.1.2', + 'waitress==3.0.1', ] tests_require = [