From 1b19e5d108bbf9034979a64b086f67b89c732fa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 11:26:26 +0000 Subject: [PATCH] build(deps): bump werkzeug from 2.0.3 to 3.1.6 in /tests Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.3 to 3.1.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.0.3...3.1.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/superset_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/superset_requirements.txt b/tests/superset_requirements.txt index 12cf79b..dd9619a 100644 --- a/tests/superset_requirements.txt +++ b/tests/superset_requirements.txt @@ -2,5 +2,5 @@ apache_superset>=2.0.0 flask==2.0.3 MarkupSafe==2.0.1 Jinja2==3.0.3 -werkzeug==2.0.3 +werkzeug==3.1.6 WTForms==2.3.3 \ No newline at end of file