From 67aaed3ca1207c22ad56532bbaa69d5f58d28b6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Dec 2021 10:11:09 +0000 Subject: [PATCH] Bump jinja2 from 2.11.3 to 3.0.3 in /core Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.3 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.3...3.0.3) --- 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..e50466f58d2 100644 --- a/core/setup.py +++ b/core/setup.py @@ -51,7 +51,7 @@ 'scripts/dbt', ], install_requires=[ - 'Jinja2==2.11.3', + 'Jinja2==3.0.3', 'agate>=1.6,<1.6.4', 'click>=8,<9', 'colorama>=0.3.9,<0.4.5',