From eb7de8a8255e9b1641ed303d7c9d780c753313f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 23:59:03 +0100 Subject: [PATCH] Chore(deps): Bump jinja2 from 3.1.4 to 3.1.5 in /docs (#855) 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: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index eed59d6..13fd059 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -22,7 +22,7 @@ imagesize==1.4.1 # via sphinx importlib-metadata==8.5.0 # via sphinx -jinja2==3.1.4 +jinja2==3.1.5 # via sphinx markupsafe==2.1.2 # via jinja2