From b91f7d6534523088587c46814fb61cf4a555c0f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 11:26:58 +0000 Subject: [PATCH] build(deps): bump jinja2 from 3.0.3 to 3.1.6 in /tests Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.6. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.0.3...3.1.6) --- updated-dependencies: - dependency-name: jinja2 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..edd38f9 100644 --- a/tests/superset_requirements.txt +++ b/tests/superset_requirements.txt @@ -1,6 +1,6 @@ apache_superset>=2.0.0 flask==2.0.3 MarkupSafe==2.0.1 -Jinja2==3.0.3 +Jinja2==3.1.6 werkzeug==2.0.3 WTForms==2.3.3 \ No newline at end of file