From b5e76190a8520648db7ae1a6710d4363b259bc1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 19:45:17 +0000 Subject: [PATCH] Update jinja2 requirement from <3.1.0 to <3.2.0 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.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 1ca4eb523..6b83f1954 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -8,7 +8,7 @@ Django<5 pyparsing>=3.0.6 alabaster==0.7.12 Sphinx==1.3.6 -jinja2<3.1.0 +jinja2<3.2.0 sphinx_rtd_theme urllib3 scandir;python_version<"3.5" \ No newline at end of file