Upgrade attrs to 19.1.0 (#23323)

This commit is contained in:
Josef Schlehofer 2019-04-23 19:14:02 +02:00 committed by Paulus Schoutsen
parent 2871a650f6
commit c040f7abc0
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
aiohttp==3.5.4
astral==1.10.1
async_timeout==3.0.1
attrs==18.2.0
attrs==19.1.0
bcrypt==3.1.6
certifi>=2018.04.16
jinja2>=2.10

View File

@ -2,7 +2,7 @@
aiohttp==3.5.4
astral==1.10.1
async_timeout==3.0.1
attrs==18.2.0
attrs==19.1.0
bcrypt==3.1.6
certifi>=2018.04.16
jinja2>=2.10

View File

@ -35,7 +35,7 @@ REQUIRES = [
'aiohttp==3.5.4',
'astral==1.10.1',
'async_timeout==3.0.1',
'attrs==18.2.0',
'attrs==19.1.0',
'bcrypt==3.1.6',
'certifi>=2018.04.16',
'jinja2>=2.10',