From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 19:56:42 +0000 (+0000) Subject: build(deps): bump jinja2 from 3.1.5 to 3.1.6 X-Git-Tag: v6.5.0b1~20^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3472%2Fhead;p=thirdparty%2Ftornado.git build(deps): bump jinja2 from 3.1.5 to 3.1.6 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6. - [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.1.5...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- diff --git a/requirements.txt b/requirements.txt index 75f7eaa8..ed280c06 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,7 @@ idna==3.7 # via requests imagesize==1.4.1 # via sphinx -jinja2==3.1.5 +jinja2==3.1.6 # via sphinx markupsafe==2.1.5 # via jinja2