From 0f4b5db9062376e9a38fc37fb674eeb8f71c3c70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 22:17:49 +0000 Subject: [PATCH] build(deps): bump waitress from 1.3.1 to 2.1.1 in /requirements Bumps [waitress](https://github.com/Pylons/waitress) from 1.3.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.3.1...v2.1.1) --- updated-dependencies: - dependency-name: waitress dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 42fde28..9f8ed10 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -35,7 +35,7 @@ SQLAlchemy-Utils==0.35.0 SQLAlchemy-Wrapper==1.9.1 text-unidecode==1.3 Unidecode==1.1.1 -waitress==1.3.1 +waitress==2.1.1 wcwidth==0.1.7 WebOb==1.8.5 WebTest==2.0.33