mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Upgrade attrs to 19.3.0 (#28421)
This commit is contained in:
parent
72a17d4c67
commit
083d34cdd9
@ -4,7 +4,7 @@ aiohttp==3.6.1
|
|||||||
aiohttp_cors==0.7.0
|
aiohttp_cors==0.7.0
|
||||||
astral==1.10.1
|
astral==1.10.1
|
||||||
async_timeout==3.0.1
|
async_timeout==3.0.1
|
||||||
attrs==19.2.0
|
attrs==19.3.0
|
||||||
bcrypt==3.1.7
|
bcrypt==3.1.7
|
||||||
certifi>=2019.9.11
|
certifi>=2019.9.11
|
||||||
contextvars==2.4;python_version<"3.7"
|
contextvars==2.4;python_version<"3.7"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
aiohttp==3.6.1
|
aiohttp==3.6.1
|
||||||
astral==1.10.1
|
astral==1.10.1
|
||||||
async_timeout==3.0.1
|
async_timeout==3.0.1
|
||||||
attrs==19.2.0
|
attrs==19.3.0
|
||||||
bcrypt==3.1.7
|
bcrypt==3.1.7
|
||||||
certifi>=2019.9.11
|
certifi>=2019.9.11
|
||||||
contextvars==2.4;python_version<"3.7"
|
contextvars==2.4;python_version<"3.7"
|
||||||
|
2
setup.py
2
setup.py
@ -34,7 +34,7 @@ REQUIRES = [
|
|||||||
"aiohttp==3.6.1",
|
"aiohttp==3.6.1",
|
||||||
"astral==1.10.1",
|
"astral==1.10.1",
|
||||||
"async_timeout==3.0.1",
|
"async_timeout==3.0.1",
|
||||||
"attrs==19.2.0",
|
"attrs==19.3.0",
|
||||||
"bcrypt==3.1.7",
|
"bcrypt==3.1.7",
|
||||||
"certifi>=2019.9.11",
|
"certifi>=2019.9.11",
|
||||||
'contextvars==2.4;python_version<"3.7"',
|
'contextvars==2.4;python_version<"3.7"',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user