From 7eda862afcfb0b3fe9c61832feef71ce08ef6448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 23:10:29 +0000 Subject: [PATCH] build(deps): bump waitress from 3.0.1 to 3.0.2 Bumps [waitress](https://github.com/Pylons/waitress) from 3.0.1 to 3.0.2. - [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.1...v3.0.2) --- updated-dependencies: - dependency-name: waitress dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5a07fcf..1af8b96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "pyramid_jinja2==2.10.1", "pyramid_session_redis==1.6.3", "redis==5.2.0", - "waitress==3.0.1", + "waitress==3.0.2", "WTForms==3.2.1", ]