From 8025dfa9eae0cc61ba9e44250802aef66f216ee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 20:05:27 +0000 Subject: [PATCH] Bump jinja2 in /tests/docs_notebooks in the pip group across 1 directory Bumps the pip group with 1 update in the /tests/docs_notebooks directory: [jinja2](https://github.com/pallets/jinja). Updates `jinja2` 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 dependency-group: pip ... Signed-off-by: dependabot[bot] --- tests/docs_notebooks/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/docs_notebooks/requirements.txt b/tests/docs_notebooks/requirements.txt index 8420623f1..6f5b80251 100644 --- a/tests/docs_notebooks/requirements.txt +++ b/tests/docs_notebooks/requirements.txt @@ -1,3 +1,3 @@ -jinja2==3.1.4 +jinja2==3.1.5 nbformat==5.0.8 nbconvert==6.5.1