From 0f9de5785328405643412534c75d5154e100ab21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Oct 2021 21:38:53 +0000 Subject: [PATCH] Bump waitress from 1.1.0 to 1.4.3 in /app Bumps [waitress](https://github.com/Pylons/waitress) from 1.1.0 to 1.4.3. - [Release notes](https://github.com/Pylons/waitress/releases) - [Changelog](https://github.com/Pylons/waitress/blob/v1.4.3/CHANGES.txt) - [Commits](https://github.com/Pylons/waitress/compare/v1.1.0...v1.4.3) --- updated-dependencies: - dependency-name: waitress dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index e057829..f249ee4 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -45,5 +45,5 @@ singledispatch==3.4.0.3 six==1.12.0 SQLAlchemy==1.2.15 urllib3==1.26.5 -waitress==1.1.0 +waitress==1.4.3 Werkzeug==0.14.1