From c09623527acb587a2d3c73a16596d692e1d41bf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 18:00:14 +0000 Subject: [PATCH] Bump werkzeug from 2.2.3 to 3.0.3 in /notifications-api Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 3.0.3. - [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.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- notifications-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications-api/requirements.txt b/notifications-api/requirements.txt index b409a53cd..139c45061 100644 --- a/notifications-api/requirements.txt +++ b/notifications-api/requirements.txt @@ -5,7 +5,7 @@ Jinja2 pytz notifications-python-client Flask-Caching -Werkzeug==2.2.3 +Werkzeug==3.0.3 aniso8601 attrs flask-restx