From 86ad41f97db265ac8061946241f8bb9b99ba8e50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 16:04:10 +0000 Subject: [PATCH] Update werkzeug requirement from ~=3.0.1 to ~=3.0.4 Updates the requirements on [werkzeug](https://github.com/pallets/werkzeug) to permit the latest version. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/3.0.1...3.0.4) --- updated-dependencies: - dependency-name: werkzeug 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..3698269 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -9,7 +9,7 @@ waitress ~= 2.1 beautifulsoup4 ~= 4.12 icalendar ~= 5.0.12 pytz ~= 2023.3 -werkzeug ~= 3.0.3 +werkzeug ~= 3.0.4 bugsnag[flask] ~= 4.7.1 flask_monitoringdashboard >= 3.3.2 sentry-sdk[flask] \ No newline at end of file