From 5cdebc9ee6d7cb6e887fd86337a8e1d6c2a63fb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:59:39 +0100 Subject: [PATCH] Bump waitress from 3.0.0 to 3.0.1 in /example_project (#587) Bumps [waitress](https://github.com/Pylons/waitress) from 3.0.0 to 3.0.1. - [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.1) --- updated-dependencies: - dependency-name: waitress dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- example_project/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_project/requirements_test.txt b/example_project/requirements_test.txt index a5435b01..daa48ac7 100644 --- a/example_project/requirements_test.txt +++ b/example_project/requirements_test.txt @@ -6,6 +6,6 @@ lxml==5.3.0 playwright==1.47.0 psycopg2-binary==2.9.10 pyquery==2.0.1 -waitress==3.0.0 +waitress==3.0.1 WebOb==1.8.8 WebTest==3.0.1