From 8e6a4c955c0a56a4b8534c45408315c5cd3dce58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 22:18:24 +0000 Subject: [PATCH] build(deps): bump waitress from 1.4.3 to 2.1.1 in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index abe5a2f..eb2ca76 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -26,7 +26,7 @@ requests==2.23.0 # via channelstream_landing (setup.py) translationstring==1.3 # via pyramid urllib3==1.25.8 # via requests venusian==3.0.0 # via pyramid -waitress==1.4.3 # via channelstream_landing (setup.py) +waitress==2.1.1 # via channelstream_landing (setup.py) webob==1.8.6 # via pyramid zope.deprecation==4.4.0 # via pyramid, pyramid-jinja2 zope.interface==4.7.1 # via pyramid