From 242b53c11cd9df3797ca54a4ec294d25c71a5e3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 14:31:53 +0000 Subject: [PATCH] Bump jinja2 from 2.10 to 3.1.4 in /smart-docs Bumps [jinja2](https://github.com/pallets/jinja) from 2.10 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.10...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- smart-docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart-docs/requirements.txt b/smart-docs/requirements.txt index 3ecd6dd0..35b36a1e 100644 --- a/smart-docs/requirements.txt +++ b/smart-docs/requirements.txt @@ -7,7 +7,7 @@ CommonMark==0.5.4 docutils==0.14 idna==2.7 imagesize==1.0.0 -Jinja2==2.10 +Jinja2==3.1.4 livereload==2.5.2 MarkupSafe==1.0 packaging==17.1