From 18676086dbfe1fb1a1484835b0ae9bb2de2ea407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 06:40:18 +0000 Subject: [PATCH] Update jinja2 requirement from <2.12 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/2.0rc1...3.0.0) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9793b3b..41747ec 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ 'Django>=2.2,<3.2', 'djangorestframework>=3.10,<4.0', 'structlog<20.3.0', - 'jinja2<2.12', + 'jinja2<3.1', 'PyYAML>=5.1,<5.5', 'PyStaticConfiguration==0.10.5', 'requests<2.26',