From dfa330a01e7df2f29c7f1e5db71e3bcf21c7a75c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 20:40:55 +0000 Subject: [PATCH] Bump jinja2 from 2.11.3 to 3.1.2 in /core Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.3 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.3...3.1.2) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- core/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/setup.py b/core/setup.py index 0e2f457ea00..3679316f35e 100644 --- a/core/setup.py +++ b/core/setup.py @@ -51,7 +51,7 @@ 'scripts/dbt', ], install_requires=[ - 'Jinja2==2.11.3', + 'Jinja2==3.1.2', 'agate>=1.6,<1.6.4', 'click>=8,<9', 'colorama>=0.3.9,<0.4.5',