Upgrade to voluptuous to 0.9.3 (#5288)
This commit is contained in:
parent
64800fd48c
commit
d12decc471
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ pyyaml>=3.11,<4
|
|||
pytz>=2016.10
|
||||
pip>=7.0.0
|
||||
jinja2>=2.8
|
||||
voluptuous==0.9.2
|
||||
voluptuous==0.9.3
|
||||
typing>=3,<4
|
||||
aiohttp==1.2
|
||||
async_timeout==1.1.0
|
||||
|
|
2
setup.py
2
setup.py
|
@ -20,7 +20,7 @@ REQUIRES = [
|
|||
'pytz>=2016.10',
|
||||
'pip>=7.0.0',
|
||||
'jinja2>=2.8',
|
||||
'voluptuous==0.9.2',
|
||||
'voluptuous==0.9.3',
|
||||
'typing>=3,<4',
|
||||
'aiohttp==1.2',
|
||||
'async_timeout==1.1.0',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue