From 8eff729fc64f78c84db4997f4f000955e5e505ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 19:20:26 +0000 Subject: [PATCH] Bump werkzeug from 2.2.3 to 3.0.1 in /notify-api Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 3.0.1. - [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/2.2.3...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- notify-api/requirements.txt | 2 +- notify-api/requirements/prod.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notify-api/requirements.txt b/notify-api/requirements.txt index f1a4f666a..9d6a5876f 100644 --- a/notify-api/requirements.txt +++ b/notify-api/requirements.txt @@ -29,7 +29,7 @@ pytz==2021.1 PyYAML==5.4.1 six==1.16.0 SQLAlchemy==1.4.17 -Werkzeug==2.2.3 +Werkzeug==3.0.1 flask_mail==0.9.1 flask_restx secure==0.3.0 diff --git a/notify-api/requirements/prod.txt b/notify-api/requirements/prod.txt index 9f5649477..e9186ecce 100644 --- a/notify-api/requirements/prod.txt +++ b/notify-api/requirements/prod.txt @@ -6,7 +6,7 @@ flask-jwt-oidc python-dotenv jsonschema requests -Werkzeug<3 +Werkzeug<4 Flask-Caching secure python-dotenv