From ab7608db1a4b4d936ec0dd0db0ad04a8fe266e0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 15:27:32 +0000 Subject: [PATCH] Update jinja2 requirement from <2.11,>=2.10 to >=2.10,<3.2 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.10...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 21d340b9b..6c99e6eb0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ bcrypt>=3.1,<4.3 # https://github.com/pyca/bcrypt/ chardet>=3.0,<5.3 # https://pypi.python.org/pypi/chardet babel==2.12.1 # http://babel.pocoo.org/en/latest/changelog.html pyxdg>=0.26,<0.29 # https://freedesktop.org/wiki/Software/pyxdg/ -Jinja2>=2.10,<2.11 # http://jinja.pocoo.org/docs/latest/changelog/ +Jinja2>=2.10,<3.2 # http://jinja.pocoo.org/docs/latest/changelog/ # See https://github.com/pallets/markupsafe/issues/286 but breaking change in # MarkupSafe causes jinja to break