From 57b736657e173a59382e4799896fbf449fdf7117 Mon Sep 17 00:00:00 2001 From: Ryan Faircloth Date: Tue, 20 Jul 2021 17:09:21 -0400 Subject: [PATCH] fix: expand version requirements for jinja2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bd9a50236..16c00aa07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ keywords = ['splunk'] [tool.poetry.dependencies] python = "^3.7" -jinja2 = "^2" +jinja2 = ">=2.11.0 <3.1.0" mako= "^1" munch= "^2" lxml = "^4.3" @@ -81,4 +81,4 @@ include_trailing_comma = true [build-system] requires = ["poetry>=1.0.2"] -build-backend = "poetry.masonry.api" \ No newline at end of file +build-backend = "poetry.masonry.api"