diff --git a/requirements.txt b/requirements.txt index 874dfa1..52bb546 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -Jinja2==2.10.3 +Jinja2==2.11.3 PyYAML==5.2 termcolor==1.1.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 35145c2..f6c2e22 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open("README.md", "r") as fh: long_description = fh.read() requires = [ - 'Jinja2==2.10.3', + 'Jinja2==2.11.3', 'PyYAML==5.2', 'termcolor==1.1.0', ]