From 4553c818a584d8d2ff12d2c49e69f1ce698c2def Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2020 06:11:18 +0000 Subject: [PATCH] Bump waitress from 0.8.9 to 1.4.3 Bumps [waitress](https://github.com/Pylons/waitress) from 0.8.9 to 1.4.3. - [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...v1.4.3) 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..65bd93e 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==1.4.3 webapp2==2.5.2 WebOb==1.4 WebTest==2.0.16