From 0a9e8c62a337015eca752719c8352eeb434e69fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 May 2021 19:34:59 +0000 Subject: [PATCH] Bump jinja2 from 2.11.2 to 3.0.1 Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 3.0.1. - [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.2...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 ce37a5c..cced4f6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ version = 0.0.3 packages = find: include_package_data = True install_requires = - Jinja2==2.11.2 + Jinja2==3.0.1 openpyxl==3.0.5 PyJWT==1.7.1 PyYAML==5.3.1