From ee62a3665b1fd2b1a4a20c738bac7c807bacdfdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 04:34:45 +0000 Subject: [PATCH] Bump waitress from 0.8.8 to 2.1.2 Bumps [waitress](https://github.com/Pylons/waitress) from 0.8.8 to 2.1.2. - [Release notes](https://github.com/Pylons/waitress/releases) - [Changelog](https://github.com/Pylons/waitress/blob/v2.1.2/CHANGES.txt) - [Commits](https://github.com/Pylons/waitress/compare/0.8.8...v2.1.2) --- 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 ce354b1..f68a963 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,6 @@ pyephem==3.7.5.3 redis==2.9.1 requests six==1.6.1 -waitress==0.8.8 +waitress==2.1.2 #wsgiref xmltodict==0.8.7