From 2757b5caf6f1ab856d838ad42670835fdc40012e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 21:07:59 +0000 Subject: [PATCH] Update jinja2 requirement from <2.12 to <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.0rc1...3.1.1) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index caa6b10..f795e4c 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ 'Django>=2.2,<3.2', 'djangorestframework>=3.10,<4.0', 'structlog<21.2.0', - 'jinja2<2.12', + 'jinja2<3.2', 'PyYAML>=5.1,<5.5', 'PyStaticConfiguration==0.10.5', 'requests<2.26',