From c2ae51c3c2f9fa384f25f4a9a96f1fe81a7db56a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 19:08:09 +0000 Subject: [PATCH] Bump waitress from 2.0.0 to 2.1.0 in /components/haemera Bumps [waitress](https://github.com/Pylons/waitress) from 2.0.0 to 2.1.0. - [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/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: waitress dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- components/haemera/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/haemera/requirements.txt b/components/haemera/requirements.txt index fceac692..0dc97ff6 100644 --- a/components/haemera/requirements.txt +++ b/components/haemera/requirements.txt @@ -24,7 +24,7 @@ pytzdata==2020.1 translationstring==1.4 venusian==3.0.0 WebOb==1.8.7 -waitress==2.0.0 +waitress==2.1.0 zope.component==5.0.1 zope.deferredimport==4.4 zope.deprecation==4.4.0