From ad1b7b43a3952d8aef60d9c87a8d3a728cae5380 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2019 16:35:21 +0000 Subject: [PATCH] Bump waitress from 0.8.10 to 1.4.1 Bumps [waitress](https://github.com/Pylons/waitress) from 0.8.10 to 1.4.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.10...v1.4.1) Signed-off-by: dependabot[bot] --- LBIndex.egg-info/requires.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 LBIndex.egg-info/requires.txt mode change 100755 => 100644 setup.py diff --git a/LBIndex.egg-info/requires.txt b/LBIndex.egg-info/requires.txt old mode 100755 new mode 100644 index 0d4fb21..1eed5ad --- a/LBIndex.egg-info/requires.txt +++ b/LBIndex.egg-info/requires.txt @@ -13,4 +13,4 @@ unittest2 == 1.0.1 urllib3 == 1.10.4 pyramid == 1.6b2 pyramid_chameleon == 0.3 -waitress == 0.8.10 \ No newline at end of file +waitress == 1.4.1 \ No newline at end of file diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index ebff42a..9338ce7 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ 'urllib3 == 1.10.4', 'pyramid == 1.6b2', 'pyramid_chameleon == 0.3', - 'waitress == 0.8.10' + 'waitress == 1.4.1' ] '''