From 6e846043a9a02d4a5227cfa8251c0ff682059d65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 01:15:39 +0000 Subject: [PATCH] Build(deps): Bump werkzeug from 2.3.7 to 3.0.1 in /sld-dashboard Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.7 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.3.7...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sld-dashboard/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sld-dashboard/requirements.txt b/sld-dashboard/requirements.txt index c9b87de5..9e930124 100644 --- a/sld-dashboard/requirements.txt +++ b/sld-dashboard/requirements.txt @@ -45,6 +45,6 @@ six==1.16.0 SQLAlchemy==2.0.22 typing_extensions==4.8.0 urllib3==2.0.7 -Werkzeug==2.3.7 +Werkzeug==3.0.1 wrapt==1.15.0 WTForms==3.1.0