From ccb72520e040585efcbad49551dbef6d1c5cb7b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 20:35:58 +0000 Subject: [PATCH] Bump waitress from 2.1.1 to 2.1.2 in /examples/falcon_mongoengine Bumps [waitress](https://github.com/Pylons/waitress) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/Pylons/waitress/releases) - [Changelog](https://github.com/Pylons/waitress/blob/v2.1.2/CHANGES.txt) - [Commits](https://github.com/Pylons/waitress/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: waitress dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/falcon_mongoengine/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/falcon_mongoengine/requirements.txt b/examples/falcon_mongoengine/requirements.txt index f1efa058..a30ad6dd 100644 --- a/examples/falcon_mongoengine/requirements.txt +++ b/examples/falcon_mongoengine/requirements.txt @@ -1,6 +1,6 @@ falcon==2.0.0 mongoengine==0.17.0 graphene-mongo -waitress==2.1.1 +waitress==2.1.2 pytest==4.6.3 mongomock==3.16.0 \ No newline at end of file