From 106cd9d66e65282dd7be530630269d3fed2cc423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 04:04:35 +0000 Subject: [PATCH] Bump jinja2 from 2.11.2 to 3.1.2 Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 3.1.2. - [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.2) --- 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..8b044e2 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.2 openpyxl==3.0.5 PyJWT==1.7.1 PyYAML==5.3.1