From be628ecd3fac0bfabd8239b4d0ad1b99bebf388e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 10:09:38 +0000 Subject: [PATCH] Update jinja2 requirement from ~=3.0 to ~=3.1 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/3.0.0...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 389e25ae..c7effed7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -22,7 +22,7 @@ mkdocs-minify-html-plugin mkdocs-autolinks-plugin # Requirements for core -jinja2~=3.0 +jinja2~=3.1 markdown~=3.6 mkdocs-material-extensions~=1.3 pygments~=2.18