From be37bb14b7a2d7bf92d47d098cc4219286b45903 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Thu, 1 Feb 2018 13:21:15 -0500 Subject: [PATCH] Update jinja2 to 2.10 (#12118) --- homeassistant/package_constraints.txt | 2 +- requirements_all.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 3f34f943ae6..995002df7e9 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -2,7 +2,7 @@ requests==2.18.4 pyyaml>=3.11,<4 pytz>=2017.02 pip>=8.0.3 -jinja2>=2.9.6 +jinja2>=2.10 voluptuous==0.10.5 typing>=3,<4 aiohttp==2.3.7 diff --git a/requirements_all.txt b/requirements_all.txt index 0cbef617116..30aeda2b35d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -3,7 +3,7 @@ requests==2.18.4 pyyaml>=3.11,<4 pytz>=2017.02 pip>=8.0.3 -jinja2>=2.9.6 +jinja2>=2.10 voluptuous==0.10.5 typing>=3,<4 aiohttp==2.3.7 diff --git a/setup.py b/setup.py index 80458beb25f..9f28cdd3ef1 100755 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ REQUIRES = [ 'pyyaml>=3.11,<4', 'pytz>=2017.02', 'pip>=8.0.3', - 'jinja2>=2.9.6', + 'jinja2>=2.10', 'voluptuous==0.10.5', 'typing>=3,<4', 'aiohttp==2.3.7', # If updated, check if yarl also needs an update!