From 0ce354ed9edbad3c3a30737eaf6886ebb08176a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:36:16 +0000 Subject: [PATCH] Bump jinja2 from 3.1.4 to 3.1.5 in /docs Bumps [jinja2](https://github.com/pallets/jinja) 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 ... Signed-off-by: dependabot[bot] --- docs/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pyproject.toml b/docs/pyproject.toml index aebb24e5..cacc585c 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.4", + "Jinja2 == 3.1.5", "wheel == 0.41.3", ]