From b5ba611e7b7e8722161821511e5b9f9e96e07d6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 23:54:27 +0000 Subject: [PATCH] Update waitress requirement from ~=2.1.2 to ~=3.0.0 Updates the requirements on [waitress](https://github.com/Pylons/waitress) to permit the latest version. - [Release notes](https://github.com/Pylons/waitress/releases) - [Changelog](https://github.com/Pylons/waitress/blob/main/CHANGES.txt) - [Commits](https://github.com/Pylons/waitress/compare/v2.1.2...v3.0.0) --- updated-dependencies: - dependency-name: waitress dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ece5112..e662f29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ PyYaml~=6.0 graypy~=2.1.0 requests~=2.31.0 pymongo~=4.6.2 -waitress~=2.1.2 +waitress~=3.0.0 colorlog~=6.8.2 bleach~=6.1.0 dnspython>=2.6.0rc1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file