Upgrade to voluptuous 0.9.2 (#2692)

This commit is contained in:
Paulus Schoutsen 2016-08-02 00:14:13 -07:00 committed by GitHub
parent 434a7d6975
commit ab377f169d
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ REQUIRES = [
'pytz>=2016.6.1',
'pip>=7.0.0',
'jinja2>=2.8',
'voluptuous==0.8.9',
'voluptuous==0.9.2',
'typing>=3,<4',
]