From 4784e20fb89ed65fcc7343c2d134113d5d77f4c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 01:13:15 +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.5. - [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.5) --- 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..1e04094 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.5; 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'