From 992574252ead933b1a4627255128e25c5f8eb344 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 22:19:36 +0000 Subject: [PATCH] Bump waitress from 1.4.3 to 2.1.1 in /worker_API Bumps [waitress](https://github.com/Pylons/waitress) from 1.4.3 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.3...v2.1.1) --- updated-dependencies: - dependency-name: waitress dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- worker_API/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker_API/requirements.txt b/worker_API/requirements.txt index 5e53a7c..cbc6204 100644 --- a/worker_API/requirements.txt +++ b/worker_API/requirements.txt @@ -2,7 +2,7 @@ nanolib==0.4.1 requests==2.23.0 Flask==1.1.1 Flask-Cors==3.0.9 -waitress==1.4.3 +waitress==2.1.1 ipaddress==1.0.23 colorlog==4.1.0 systemd-python==234