From b970b468867a6fe2933616a33f44fb89ff575aac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 04:02:38 +0000 Subject: [PATCH] Bump jinja2 from 2.11.2 to 3.1.1 Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 3.1.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.1.1) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2c3fce1..3884e22 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ version = 0.0.4 packages = find: include_package_data = True install_requires = - Jinja2==2.11.2 + Jinja2==3.1.1 openpyxl==3.0.5 PyJWT==1.7.1 PyYAML==5.3.1