From cb81b6420fcf4ef6675c1df765ce900164fad332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 22:16:01 +0000 Subject: [PATCH] Bump waitress from 1.4.4 to 2.1.1 Bumps [waitress](https://github.com/Pylons/waitress) from 1.4.4 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/v1.4.4...v2.1.1) --- updated-dependencies: - dependency-name: waitress dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 setup.py diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index e18210e..5537e31 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'translationstring == 1.4', 'venusian == 3.0.0', 'voluptuous == 0.12.0', - 'waitress == 1.4.4', + 'waitress == 2.1.1', 'WebOb == 1.6.3', 'zope.deprecation == 4.1.1', 'zope.interface == 4.1.1',