From f93cd476e394061a44bc2b830d59c3220b4f4ab4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 19:18:09 +0000 Subject: [PATCH] Bump werkzeug from 2.2.3 to 3.0.6 in /feedback-api Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 3.0.6. - [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.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- feedback-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feedback-api/requirements.txt b/feedback-api/requirements.txt index 0d22c9948..6e1fb447a 100644 --- a/feedback-api/requirements.txt +++ b/feedback-api/requirements.txt @@ -4,7 +4,7 @@ python-dotenv Jinja2 pytz Flask-Caching -Werkzeug==2.2.3 +Werkzeug==3.0.6 aniso8601 attrs flask-cors