From 002fc75988d0196f20887b65334619e32e62a5dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 02:27:36 +0000 Subject: [PATCH] Bump waitress from 2.1.1 to 3.0.1 in /example Bumps [waitress](https://github.com/Pylons/waitress) from 2.1.1 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.1...v3.0.1) --- updated-dependencies: - dependency-name: waitress dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/requirements.txt b/example/requirements.txt index 34c0988..1a1dc86 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -26,6 +26,6 @@ pytest-spec==2.0.0 python-logging-json-formatter==0.1.0 pytz==2019.3 tox==3.14.3 -waitress==2.1.1 +waitress==3.0.1 webassets==2.0 WebOb==1.8.5