Fix outdated voluptuous pinning

See also https://github.com/esphome/esphome/pull/745#issuecomment-541831600
This commit is contained in:
Otto Winter 2019-10-15 21:00:58 +02:00
parent 23f99908db
commit acf3f6fb65
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
voluptuous==0.11.5
voluptuous==0.11.7
PyYAML>=5.1,<6
paho-mqtt>=1.4,<2
colorlog>=4.0.2

View File

@ -1,4 +1,4 @@
voluptuous==0.11.5
voluptuous==0.11.7
PyYAML>=5.1,<6
paho-mqtt>=1.4,<2
colorlog>=4.0.2

View File

@ -23,7 +23,7 @@ GITHUB_URL = 'https://github.com/{}'.format(GITHUB_PATH)
DOWNLOAD_URL = '{}/archive/v{}.zip'.format(GITHUB_URL, const.__version__)
REQUIRES = [
'voluptuous==0.11.5',
'voluptuous==0.11.7',
'PyYAML>=5.1,<6',
'paho-mqtt>=1.4,<2',
'colorlog>=4.0.2',