From 194dc8446e577355130804a1a2da01da4381d78c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 22:54:52 +0000 Subject: [PATCH] Update waitress requirement from ~=2.1 to ~=3.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.0...v3.0.0) --- updated-dependencies: - dependency-name: waitress dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 35cd3e7..21da091 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -5,7 +5,7 @@ Flask-Limiter ~= 3.7 cssmin ~= 0.2 requests ~= 2.32 PyPDF4 ~= 1.27 -waitress ~= 2.1 +waitress ~= 3.0 beautifulsoup4 ~= 4.12 icalendar ~= 5.0.12 pytz ~= 2023.3