Update jinja2 to 2.10 (#12118)

This commit is contained in:
Alok Saboo 2018-02-01 13:21:15 -05:00 committed by Pascal Vizeli
parent 53a99dc9fa
commit be37bb14b7
3 changed files with 3 additions and 3 deletions

View file

@ -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!