Upgrade attrs to 18.2.0 (#16372)
parent
ac3700d1c4
commit
78fcea25bb
|
@ -1,7 +1,7 @@
|
||||||
aiohttp==3.4.0
|
aiohttp==3.4.0
|
||||||
astral==1.6.1
|
astral==1.6.1
|
||||||
async_timeout==3.0.0
|
async_timeout==3.0.0
|
||||||
attrs==18.1.0
|
attrs==18.2.0
|
||||||
bcrypt==3.1.4
|
bcrypt==3.1.4
|
||||||
certifi>=2018.04.16
|
certifi>=2018.04.16
|
||||||
jinja2>=2.10
|
jinja2>=2.10
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
aiohttp==3.4.0
|
aiohttp==3.4.0
|
||||||
astral==1.6.1
|
astral==1.6.1
|
||||||
async_timeout==3.0.0
|
async_timeout==3.0.0
|
||||||
attrs==18.1.0
|
attrs==18.2.0
|
||||||
bcrypt==3.1.4
|
bcrypt==3.1.4
|
||||||
certifi>=2018.04.16
|
certifi>=2018.04.16
|
||||||
jinja2>=2.10
|
jinja2>=2.10
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -35,7 +35,7 @@ REQUIRES = [
|
||||||
'aiohttp==3.4.0',
|
'aiohttp==3.4.0',
|
||||||
'astral==1.6.1',
|
'astral==1.6.1',
|
||||||
'async_timeout==3.0.0',
|
'async_timeout==3.0.0',
|
||||||
'attrs==18.1.0',
|
'attrs==18.2.0',
|
||||||
'bcrypt==3.1.4',
|
'bcrypt==3.1.4',
|
||||||
'certifi>=2018.04.16',
|
'certifi>=2018.04.16',
|
||||||
'jinja2>=2.10',
|
'jinja2>=2.10',
|
||||||
|
|
Loading…
Reference in New Issue