From 142a8e78b805c8f1af7d66d4a9945f1e8f4cb60f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 00:52:51 +0000 Subject: [PATCH] build(deps): update jinja2 requirement in /Documentation/sphinx Updates the requirements on [jinja2](https://github.com/pallets/jinja) to permit the latest version. - [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/2.0rc1...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Documentation/sphinx/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/sphinx/requirements.txt b/Documentation/sphinx/requirements.txt index 4f5cb0081f8b..f90f0eb8d731 100644 --- a/Documentation/sphinx/requirements.txt +++ b/Documentation/sphinx/requirements.txt @@ -1,5 +1,5 @@ # jinja2>=3.1 is not compatible with Sphinx<4.0 -jinja2<3.1 +jinja2<3.2 # alabaster>=0.7.14 is not compatible with Sphinx<=3.3 alabaster<0.7.17 Sphinx==7.3.7