From 5663575aefe530ece410c8b8cb4608d6b68b991f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 22:48:47 +0000 Subject: [PATCH] Bump werkzeug from 0.15.5 to 2.2.3 in /dashboard Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.5 to 2.2.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/0.15.5...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dashboard/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/requirements.txt b/dashboard/requirements.txt index 805160e..b79bd29 100644 --- a/dashboard/requirements.txt +++ b/dashboard/requirements.txt @@ -23,7 +23,7 @@ requests==2.22.0 setuptools==41.0.1 six==1.12.0 urllib3==1.25.3 -Werkzeug==0.15.5 +Werkzeug==2.2.3 wheel==0.33.4 WTForms==2.2.1 xlrd==1.2.0