From fcbbdeed07a3f438f1b8fe22bd631cb413129499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 16:03:35 +0000 Subject: [PATCH] build(deps): bump jinja2 from 3.0.1 to 3.1.6 in /tunneling/python Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.1 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.1...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tunneling/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tunneling/python/requirements.txt b/tunneling/python/requirements.txt index 094e44c6..07866b54 100644 --- a/tunneling/python/requirements.txt +++ b/tunneling/python/requirements.txt @@ -5,7 +5,7 @@ Flask==2.0.1 Flask-Cors==3.0.10 idna==3.2 itsdangerous==2.0.1 -Jinja2==3.0.1 +Jinja2==3.1.6 MarkupSafe==2.0.1 requests==2.26.0 six==1.16.0