From 2f12389b6490e3eb27e6dd4d481413fe03516e62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:49:13 +0000 Subject: [PATCH] Bump werkzeug from 0.16 to 2.3.8 in /Tools/Redfish-Profile-Simulator Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.16 to 2.3.8. - [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/0.16.0...2.3.8) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Tools/Redfish-Profile-Simulator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/Redfish-Profile-Simulator/requirements.txt b/Tools/Redfish-Profile-Simulator/requirements.txt index 359a81446..f582d3292 100644 --- a/Tools/Redfish-Profile-Simulator/requirements.txt +++ b/Tools/Redfish-Profile-Simulator/requirements.txt @@ -1,4 +1,4 @@ -Werkzeug==0.16 +Werkzeug==2.3.8 Jinja2==3.0.3 itsdangerous==2.0.1 flask==1.1.1