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

@ -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',
]