From d951f2327a8cd9f9a11e83255a9dcf7076a0511e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 02:56:58 +0000 Subject: [PATCH] Update waitress requirement from >=3.0.0 to >=3.0.2 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/v3.0.0...v3.0.2) --- updated-dependencies: - dependency-name: waitress dependency-version: 3.0.2 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 e93f6b4..1a5533b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ Flask>=3.0.3 requests>=2.32.3 -waitress>=3.0.0 +waitress>=3.0.2 threading \ No newline at end of file