From 2c069f00241f7b6f2a76c7ae51351790cbe6b689 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 04:30:03 +0000 Subject: [PATCH] build(deps): Bump jinja2 in /99_dockerinit/python_mkdocs Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 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.1.4...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 99_dockerinit/python_mkdocs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/99_dockerinit/python_mkdocs/requirements.txt b/99_dockerinit/python_mkdocs/requirements.txt index 1260e94..8b68551 100644 --- a/99_dockerinit/python_mkdocs/requirements.txt +++ b/99_dockerinit/python_mkdocs/requirements.txt @@ -5,7 +5,7 @@ charset-normalizer==3.3.2; python_full_version >= '3.7.0' click==8.1.7; python_version >= '3.7' colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6' ghp-import==2.1.0 -jinja2==3.1.4; python_version >= '3.7' +jinja2==3.1.6; python_version >= '3.7' idna==3.7; python_version >= '3.5' markdown==3.5.2; python_version >= '3.8' markupsafe==2.1.5; python_version >= '3.7'