From 88e6e6c0ade161561d86ba0c5e0c03d8a409713d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 21:16:08 +0000 Subject: [PATCH] Bump jinja2 from 3.1.2 to 3.1.3 in /docs Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [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.3) --- 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 1d269b7c..74c94eff 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.1", "imagecodecs == 2023.9.18", - "Jinja2 == 3.1.2", + "Jinja2 == 3.1.3", "wheel == 0.41.3", ] diff --git a/docs/requirements.txt b/docs/requirements.txt index 34343536..ab50ae9a 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.2 +#Jinja2 == 3.1.3 sphinx==7.2.6 sphinx_rtd_theme==1.3.0 readthedocs-sphinx-search==0.3.1 imagecodecs == 2023.9.18 -Jinja2 == 3.1.2 +Jinja2 == 3.1.3 wheel == 0.41.3