mirror of
https://github.com/home-assistant/core.git
synced 2025-12-20 19:09:45 +00:00
Upgrade attrs to 19.1.0 (#23323)
This commit is contained in:
committed by
Paulus Schoutsen
parent
2871a650f6
commit
c040f7abc0
@@ -1,7 +1,7 @@
|
|||||||
aiohttp==3.5.4
|
aiohttp==3.5.4
|
||||||
astral==1.10.1
|
astral==1.10.1
|
||||||
async_timeout==3.0.1
|
async_timeout==3.0.1
|
||||||
attrs==18.2.0
|
attrs==19.1.0
|
||||||
bcrypt==3.1.6
|
bcrypt==3.1.6
|
||||||
certifi>=2018.04.16
|
certifi>=2018.04.16
|
||||||
jinja2>=2.10
|
jinja2>=2.10
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
aiohttp==3.5.4
|
aiohttp==3.5.4
|
||||||
astral==1.10.1
|
astral==1.10.1
|
||||||
async_timeout==3.0.1
|
async_timeout==3.0.1
|
||||||
attrs==18.2.0
|
attrs==19.1.0
|
||||||
bcrypt==3.1.6
|
bcrypt==3.1.6
|
||||||
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.5.4',
|
'aiohttp==3.5.4',
|
||||||
'astral==1.10.1',
|
'astral==1.10.1',
|
||||||
'async_timeout==3.0.1',
|
'async_timeout==3.0.1',
|
||||||
'attrs==18.2.0',
|
'attrs==19.1.0',
|
||||||
'bcrypt==3.1.6',
|
'bcrypt==3.1.6',
|
||||||
'certifi>=2018.04.16',
|
'certifi>=2018.04.16',
|
||||||
'jinja2>=2.10',
|
'jinja2>=2.10',
|
||||||
|
|||||||
Reference in New Issue
Block a user