From cdca526a337d90a2a0d6d3cdc38b0aa9e7557570 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 04:24:53 +0000 Subject: [PATCH] Update jinja2 requirement from ~=2.0 to >=2,<4 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.0...3.0.0) Signed-off-by: dependabot-preview[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d8abeab..c3f374f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,7 +43,7 @@ setup_requires = setuptools >=39.2 install_requires = fs ~=2.1 - jinja2 ~=2.0 + jinja2 >=2,<4 tests_require = contexter ~=0.1.4 mock