From 7195f665fca791adbf0b0c4b62ce8e8069c52357 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 19:01:32 +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 5c9c1bf..887c7c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ flask-mqtt pyroute2~=0.7.12 PyYAML~=6.0.1 Flask~=3.0.3 -waitress~=2.1.2 +waitress~=3.0.0 # Common ipaddress~=1.0.23