Update jinja to 2.9.6 (#9306)
* Update jinja 2.10 * Update requirements_all.txt * Update package_constraints.txt * Update package_constraints.txt * Update requirements_all.txt * Update setup.py
This commit is contained in:
parent
5ba39c849e
commit
a28ac37a91
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ requests==2.14.2
|
|||
pyyaml>=3.11,<4
|
||||
pytz>=2017.02
|
||||
pip>=8.0.3
|
||||
jinja2>=2.9.5
|
||||
jinja2>=2.9.6
|
||||
voluptuous==0.10.5
|
||||
typing>=3,<4
|
||||
aiohttp==2.2.5
|
||||
|
|
|
@ -3,7 +3,7 @@ requests==2.14.2
|
|||
pyyaml>=3.11,<4
|
||||
pytz>=2017.02
|
||||
pip>=8.0.3
|
||||
jinja2>=2.9.5
|
||||
jinja2>=2.9.6
|
||||
voluptuous==0.10.5
|
||||
typing>=3,<4
|
||||
aiohttp==2.2.5
|
||||
|
|
2
setup.py
2
setup.py
|
@ -19,7 +19,7 @@ REQUIRES = [
|
|||
'pyyaml>=3.11,<4',
|
||||
'pytz>=2017.02',
|
||||
'pip>=8.0.3',
|
||||
'jinja2>=2.9.5',
|
||||
'jinja2>=2.9.6',
|
||||
'voluptuous==0.10.5',
|
||||
'typing>=3,<4',
|
||||
'aiohttp==2.2.5',
|
||||
|
|
Loading…
Add table
Reference in a new issue