Skip to content

Commit fd95be4

Browse files
authored
pinning Jinja2 dependency (#762)
1 parent bc24cc7 commit fd95be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def find_version(*file_paths):
3939
python_requires=">=3.6",
4040
install_requires=[
4141
"boto3>=1.10.20",
42-
"Jinja2>=2.10",
42+
"Jinja2>=2.10,<3",
4343
"jsonschema>=3.0.1",
4444
"pytest>=4.5.0",
4545
"pytest-random-order>=1.0.4",

0 commit comments

Comments
 (0)