From 2881dd406585e42db6242ac8fb5a94dedcf69b71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 22:16:00 +0000 Subject: [PATCH] Bump waitress from 1.4.4 to 2.1.1 in /testproject Bumps [waitress](https://github.com/Pylons/waitress) from 1.4.4 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.4.4...v2.1.1) --- updated-dependencies: - dependency-name: waitress dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- testproject/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testproject/requirements_test.txt b/testproject/requirements_test.txt index 00c38ff..792d2d4 100644 --- a/testproject/requirements_test.txt +++ b/testproject/requirements_test.txt @@ -6,6 +6,6 @@ beautifulsoup4==4.9.1 cssselect==1.1.0 lxml==4.6.3 pyquery==1.4.1 -waitress==1.4.4 +waitress==2.1.1 WebOb==1.8.6 WebTest==2.0.35