From e5997ea91ef1620a43851d13d332ba522999493f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 14:56:40 +0000 Subject: [PATCH] Bump waitress from 2.1.2 to 3.0.1 Bumps [waitress](https://github.com/Pylons/waitress) from 2.1.2 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/v2.1.2...v3.0.1) --- updated-dependencies: - dependency-name: waitress dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9f9ba49..b720fee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ PyQtChart==5.15.6 PyYAML==6.0.1 jsonschema==3.2.0 flask==2.3.2 -waitress==2.1.2 +waitress==3.0.1 diff --git a/setup.cfg b/setup.cfg index 3a430c0..b19d953 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,7 @@ install_requires = PyYAML==6.0.1 jsonschema==3.2.0 flask==2.3.2 - waitress==2.1.2 + waitress==3.0.1 include_package_data = True [options.packages.find]