From 1c87d00ca4a639edfdde252d4e9fba3171cee985 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 20:28:56 +0000 Subject: [PATCH] Bump jinja2 from 3.1.2 to 3.1.4 in /doc Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.4. - [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.2...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- doc/requirements.in | 2 +- doc/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/requirements.in b/doc/requirements.in index 9f574273c6..09661cbc0c 100644 --- a/doc/requirements.in +++ b/doc/requirements.in @@ -20,5 +20,5 @@ nbsphinx-link==1.3.0 ipykernel==6.28.0 ipython==8.12.0 Pygments==2.17.2 -jinja2==3.1.2 +jinja2==3.1.4 pip-tools==7.3.0 diff --git a/doc/requirements.txt b/doc/requirements.txt index 8905bc8436..33153250c3 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -67,7 +67,7 @@ ipython==8.12.0 # ipykernel jedi==0.19.1 # via ipython -jinja2==3.1.2 +jinja2==3.1.4 # via # -r requirements.in # nbconvert