Upgrade attrs to 19.1.0 (#23323)
This commit is contained in:
parent
2871a650f6
commit
c040f7abc0
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue