From 5a247a79ef5b0470085f2c301f79f09a05d70fbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 22:21:38 +0000 Subject: [PATCH] Bump waitress from 1.4.4 to 2.1.1 in /distributor 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] --- distributor/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributor/requirements.txt b/distributor/requirements.txt index 21da021..4c89c7a 100644 --- a/distributor/requirements.txt +++ b/distributor/requirements.txt @@ -1,6 +1,6 @@ requests==2.20.1 Flask==1.0.2 -waitress==1.4.4 +waitress==2.1.1 Flask-Cors==3.0.9 jsonschema==2.6.0 simplejson==3.17.0