From 0178be93ead15dfa95c273a932ce7def38ad898c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 22:16:29 +0000 Subject: [PATCH] Bump waitress from 1.0.2 to 2.1.1 in /app Bumps [waitress](https://github.com/Pylons/waitress) from 1.0.2 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.0.2...v2.1.1) --- 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 76b3dd0..ef3e4c8 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,4 +1,4 @@ flask==0.12 tensorflow==1.2.0 magenta==0.2.1 -waitress==1.0.2 \ No newline at end of file +waitress==2.1.1 \ No newline at end of file