From a507e4b1b2e519ceaabc7590fe794d7333aca973 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 12:38:17 +0000 Subject: [PATCH] Update jinja2 requirement in /docs in the pip group across 1 directory Updates the requirements on [jinja2](https://github.com/pallets/jinja) to permit the latest version. Updates `jinja2` 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/2.0rc1...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production dependency-group: pip ... 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 732f30a96b..1dbfc1e06e 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,7 +3,7 @@ # modules with pip. # Workaround to fix the bug: https://github.com/readthedocs/readthedocs.org/issues/9038 -Jinja2<3.1 +Jinja2<3.2 # Support Markdown #recommonmark