From 8afe64ebcf0a1b85c5fdd10d4cefa7a1ee1328fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 16:33:58 +0000 Subject: [PATCH] build(deps): bump jinja2 from 3.0.3 to 3.1.5 in /Doc Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 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.0.3...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/requirements.txt b/Doc/requirements.txt index df5b687e..0c82647e 100644 --- a/Doc/requirements.txt +++ b/Doc/requirements.txt @@ -9,7 +9,7 @@ sphinx==2.4.4 # least 3.5.4. docutils==0.17.1 # Jinja version is pinned to a version compatible with Sphinx version 2.4.4. -jinja2==3.0.3 +jinja2==3.1.5 # Alabaster version is pinned to a version compatible with Sphinx version 2.4.4. alabaster==0.7.13