From f0d685bfc929abc6f4228ac8a5ebdec07e2c73dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 22:22:25 +0000 Subject: [PATCH] Bump waitress from 1.4.4 to 2.1.1 in /raven 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] --- raven/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raven/requirements.txt b/raven/requirements.txt index b5d69dd..ab35134 100644 --- a/raven/requirements.txt +++ b/raven/requirements.txt @@ -28,6 +28,6 @@ six==1.15.0 soupsieve==2.0.1 toml==0.10.1 urllib3==1.25.10 -waitress==1.4.4 +waitress==2.1.1 Werkzeug==1.0.1 wrapt==1.12.1