From b3c06c9d4138c54bbe14a2fe133402e9d0faf0f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 22:17:02 +0000 Subject: [PATCH] build(deps): bump waitress in /web/wizardschat/server/src Bumps [waitress](https://github.com/Pylons/waitress) from 1.2.1 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.2.1...v2.1.1) --- updated-dependencies: - dependency-name: waitress dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/wizardschat/server/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/wizardschat/server/src/requirements.txt b/web/wizardschat/server/src/requirements.txt index f1f5f4d..5049946 100644 --- a/web/wizardschat/server/src/requirements.txt +++ b/web/wizardschat/server/src/requirements.txt @@ -1,2 +1,2 @@ Flask==1.0.2 -waitress==1.2.1 +waitress==2.1.1