From 9945e56755ac1bf72b387adab7aff41d3b7d0311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 04:02:36 +0000 Subject: [PATCH] Bump jinja2 from 2.11.2 to 3.0.3 Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 3.0.3. - [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.3) --- 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..ea1bdda 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.0.3 openpyxl==3.0.5 PyJWT==1.7.1 PyYAML==5.3.1