From 75b2b21c4dd1ebe9087a81c9d31675f132f52df7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 21:15:32 +0000 Subject: [PATCH] Update jinja2 requirement from ~=2.11 to >=2.11,<4.0 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.11.0...3.0.1) Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 556c9ace..c3ec1855 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ install_requires = WTForms~=2.2.1,<2.3 # See #567 Flask>=1.1,<3.0 itsdangerous>=1.1,<3.0 - Jinja2~=2.11 + Jinja2>=2.11,<4.0 requests~=2.22 SQLAlchemy-Continuum~=1.3 SQLAlchemy~=1.3.0 # New 1.4 changes API, see #728