From 8cd9341160d07038d5e891313ca07c1ef739b81c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 18:51:04 +0000 Subject: [PATCH] Bump jinja2 from 3.1.5 to 3.1.6 in /docs Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6. - [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.5...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/pyproject.toml | 2 +- docs/requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pyproject.toml b/docs/pyproject.toml index cacc585c..ca5aa80e 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -6,6 +6,6 @@ dependencies = [ "sphinx_rtd_theme==1.3.0", "readthedocs-sphinx-search==0.3.2", "imagecodecs == 2023.9.18", - "Jinja2 == 3.1.5", + "Jinja2 == 3.1.6", "wheel == 0.41.3", ] diff --git a/docs/requirements.txt b/docs/requirements.txt index 4ea1f068..d6e5ba29 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,11 +3,11 @@ #sphinx_rtd_theme==1.2.2 #readthedocs-sphinx-search==0.1.1 #imagecodecs == 2023.9.18 -#Jinja2 == 3.1.5 +#Jinja2 == 3.1.6 sphinx==7.2.6 sphinx_rtd_theme==1.3.0 readthedocs-sphinx-search==0.3.2 imagecodecs == 2023.9.18 -Jinja2 == 3.1.5 +Jinja2 == 3.1.6 wheel == 0.41.3