Skip to content

Commit da2edbd

Browse files
authored
Update Jinja and markupsafe for soft_unicode failure (#976)
1 parent bc54204 commit da2edbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ def find_version(*file_paths):
3939
python_requires=">=3.6",
4040
install_requires=[
4141
"boto3>=1.10.20",
42-
"Jinja2>=2.11.3",
43-
"markupsafe>=2.0.1",
42+
"Jinja2>=3.1.2",
43+
"markupsafe>=2.1.0",
4444
"jsonschema>=3.0.1,<4.0",
4545
"pytest>=4.5.0",
4646
"pytest-random-order>=1.0.4",

0 commit comments

Comments
 (0)