Upgrade attrs to 18.2.0 (#16372)

This commit is contained in:
Fabian Affolter 2018-09-02 19:01:43 +02:00 committed by Daniel Høyer Iversen
parent ac3700d1c4
commit 78fcea25bb
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
aiohttp==3.4.0
astral==1.6.1
async_timeout==3.0.0
attrs==18.1.0
attrs==18.2.0
bcrypt==3.1.4
certifi>=2018.04.16
jinja2>=2.10

View File

@ -2,7 +2,7 @@
aiohttp==3.4.0
astral==1.6.1
async_timeout==3.0.0
attrs==18.1.0
attrs==18.2.0
bcrypt==3.1.4
certifi>=2018.04.16
jinja2>=2.10

View File

@ -35,7 +35,7 @@ REQUIRES = [
'aiohttp==3.4.0',
'astral==1.6.1',
'async_timeout==3.0.0',
'attrs==18.1.0',
'attrs==18.2.0',
'bcrypt==3.1.4',
'certifi>=2018.04.16',
'jinja2>=2.10',