Set certifi to >=2018.04.16 (#14536)

This commit is contained in:
Fabian Affolter 2018-05-19 00:14:40 +02:00 committed by Paulus Schoutsen
parent 25970027c6
commit c1127133ea
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ typing>=3,<4
aiohttp==3.1.3
async_timeout==2.0.1
astral==1.6.1
certifi>=2017.4.17
certifi>=2018.04.16
attrs==18.1.0
# Breaks Python 3.6 and is not needed for our supported Python versions

View File

@ -9,7 +9,7 @@ typing>=3,<4
aiohttp==3.1.3
async_timeout==2.0.1
astral==1.6.1
certifi>=2017.4.17
certifi>=2018.04.16
attrs==18.1.0
# homeassistant.components.nuimo_controller

View File

@ -52,7 +52,7 @@ REQUIRES = [
'aiohttp==3.1.3',
'async_timeout==2.0.1',
'astral==1.6.1',
'certifi>=2017.4.17',
'certifi>=2018.04.16',
'attrs==18.1.0',
]