From 4fad68adf2d11a4344bcde7e82ee354a97fdc467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 17:20:55 -0600 Subject: [PATCH] Bump waitress from 2.1.2 to 3.0.1 (#1192) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 207b9eb..2a39b9b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ soupsieve==2.4 stem==1.8.1 urllib3==1.26.19 validators==0.22.0 -waitress==2.1.2 +waitress==3.0.1 wcwidth==0.2.6 Werkzeug==3.0.6 python-dotenv==0.21.1