From 5b3521188959f5e5430ec72f0ddb0327768dae66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 04:47:27 +0000 Subject: [PATCH] build(deps): bump werkzeug from 2.0.3 to 3.1.6 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