Bump attrs to 19.2.0 (#27102)

pull/27896/head
Franck Nijhof 2019-10-01 21:19:50 +02:00 committed by Charles Garwood
parent 571ab5a978
commit 3b0744d021
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ aiohttp==3.6.1
aiohttp_cors==0.7.0
astral==1.10.1
async_timeout==3.0.1
attrs==19.1.0
attrs==19.2.0
bcrypt==3.1.7
certifi>=2019.6.16
contextvars==2.4;python_version<"3.7"

View File

@ -2,7 +2,7 @@
aiohttp==3.6.1
astral==1.10.1
async_timeout==3.0.1
attrs==19.1.0
attrs==19.2.0
bcrypt==3.1.7
certifi>=2019.6.16
contextvars==2.4;python_version<"3.7"

View File

@ -34,7 +34,7 @@ REQUIRES = [
"aiohttp==3.6.1",
"astral==1.10.1",
"async_timeout==3.0.1",
"attrs==19.1.0",
"attrs==19.2.0",
"bcrypt==3.1.7",
"certifi>=2019.6.16",
'contextvars==2.4;python_version<"3.7"',