From 10fb30e924e1a58f42bab514bacffb8518b635f7 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 21 Feb 2017 18:05:44 +0100 Subject: [PATCH] Update jinja to 2.9.5 (#6146) --- requirements_all.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_all.txt b/requirements_all.txt index 5f62a6dbcef..3803a72328b 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -3,7 +3,7 @@ requests>=2,<3 pyyaml>=3.11,<4 pytz>=2016.10 pip>=7.0.0 -jinja2>=2.8 +jinja2>=2.9.5 voluptuous==0.9.3 typing>=3,<4 aiohttp==1.3.3 diff --git a/setup.py b/setup.py index f426b2ea789..43170815241 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ REQUIRES = [ 'pyyaml>=3.11,<4', 'pytz>=2016.10', 'pip>=7.0.0', - 'jinja2>=2.8', + 'jinja2>=2.9.5', 'voluptuous==0.9.3', 'typing>=3,<4', 'aiohttp==1.3.3',