From 63ef744b9e799ef2a0f3899456c23f75e169ba4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:04:07 +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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 69f7386..10ad538 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,6 +31,6 @@ six==1.16.0 SQLAlchemy==1.4.36 tomli==2.0.1 visitor==0.1.3 -waitress==2.1.2 +waitress==3.0.1 Werkzeug==3.0.3 WTForms==3.0.1