From c7323f10946409490f52c21bae17d18d54c19e19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 13:12:55 +0000 Subject: [PATCH] Bump jinja2 from 3.1.2 to 3.1.5 in /docs/_source Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 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.2...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/_source/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_source/requirements.txt b/docs/_source/requirements.txt index e1a52494c0..4c365e58aa 100644 --- a/docs/_source/requirements.txt +++ b/docs/_source/requirements.txt @@ -39,7 +39,7 @@ ipykernel==6.17.1 ; python_version >= "3.8" and python_version < "4.0" ipython==8.12.0 ; python_version >= "3.8" and python_version < "4.0" ipywidgets==8.0.6 ; python_version >= "3.8" and python_version < "4.0" jedi==0.18.2 ; python_version >= "3.8" and python_version < "4.0" -jinja2==3.1.2 ; python_version >= "3.8" and python_version < "4.0" +jinja2==3.1.5 ; python_version >= "3.8" and python_version < "4.0" jsonschema==4.6.1 ; python_version >= "3.8" and python_version < "4.0" jupyter-client==7.3.4 ; python_version >= "3.8" and python_version < "4.0" jupyter-core==5.3.0 ; python_version >= "3.8" and python_version < "4.0"