From 61e7967899cf5f6b00214113debf1b04aa2bc7d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2020 10:45:02 +0000 Subject: [PATCH] chore(deps): bump waitress from 1.3.1 to 1.4.3 in /consumer/conf/pip Bumps [waitress](https://github.com/Pylons/waitress) from 1.3.1 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/v1.3.1...v1.4.3) Signed-off-by: dependabot[bot] --- consumer/conf/pip/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consumer/conf/pip/requirements.txt b/consumer/conf/pip/requirements.txt index 6ae62fc..8b229f1 100644 --- a/consumer/conf/pip/requirements.txt +++ b/consumer/conf/pip/requirements.txt @@ -65,7 +65,7 @@ spavro==1.1.17 SQLAlchemy==1.3.13 text-unidecode==1.3 urllib3==1.23 -waitress==1.3.1 +waitress==1.4.3 wcwidth==0.1.7 WebOb==1.8.5 WebTest==2.0.33