From 711cdd886227777bcb6f175694a2014d262f1282 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 11:01:41 +0000 Subject: [PATCH] Bump jinja2 from 3.0.3 to 3.1.4 in /docs Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.4. - [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.0.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 680df7b44..d8dce7ee0 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -7,6 +7,6 @@ Sphinx-Substitution-Extensions==2020.9.30.0 sphinx-autopackagesummary==1.3 autodocsumm==0.2.2 pathlib==1.0.1 -jinja2==3.0.3 +jinja2==3.1.4 urllib3==1.26.15 # New urllib version breaks sphinx -r ./requirements_mkdoc.txt