From 6e64eab832f4728e733f8f5d7c3a814971550835 Mon Sep 17 00:00:00 2001 From: Judah Rand <17158624+judahrand@users.noreply.github.com> Date: Tue, 18 Oct 2022 13:56:11 +0100 Subject: [PATCH] Update `Jinja2` to fix pallets/jinja#1585 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2e88cdcf840..aaec9f91ed8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -77,7 +77,7 @@ install_requires = # importlib_metadata backport for python 3.7 # Require versions with .distributions https://github.com/sqlfluff/sqlfluff/issues/3763 importlib_metadata>=1.0.0; python_version < '3.8' - Jinja2 + Jinja2>=3.1.2 # Used for .sqlfluffignore pathspec # We provide a testing library for plugins in sqlfluff.utils.testing