From 0e4587b9d9f8ca2fbd336cafcab437235e91a858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 22:18:01 +0000 Subject: [PATCH] Bump waitress from 0.8.9 to 2.1.1 Bumps [waitress](https://github.com/Pylons/waitress) from 0.8.9 to 2.1.1. - [Release notes](https://github.com/Pylons/waitress/releases) - [Changelog](https://github.com/Pylons/waitress/blob/master/CHANGES.txt) - [Commits](https://github.com/Pylons/waitress/compare/0.8.9...v2.1.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 a1896f7..5ac1be9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -129,7 +129,7 @@ urllib3==1.7.1 urwid==1.2.1 user-agents==0.3.0 virtualenv==1.11.6 -waitress==0.8.9 +waitress==2.1.1 webapp2==2.5.2 WebOb==1.4 WebTest==2.0.16