mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Upgrade attrs to 21.2.0 (#50374)
This commit is contained in:
parent
e57634b1e0
commit
3745056751
@ -6,7 +6,7 @@ aiohttp_cors==0.7.0
|
|||||||
astral==2.2
|
astral==2.2
|
||||||
async-upnp-client==0.16.2
|
async-upnp-client==0.16.2
|
||||||
async_timeout==3.0.1
|
async_timeout==3.0.1
|
||||||
attrs==20.3.0
|
attrs==21.2.0
|
||||||
awesomeversion==21.2.3
|
awesomeversion==21.2.3
|
||||||
bcrypt==3.1.7
|
bcrypt==3.1.7
|
||||||
certifi>=2020.12.5
|
certifi>=2020.12.5
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
aiohttp==3.7.4.post0
|
aiohttp==3.7.4.post0
|
||||||
astral==2.2
|
astral==2.2
|
||||||
async_timeout==3.0.1
|
async_timeout==3.0.1
|
||||||
attrs==20.3.0
|
attrs==21.2.0
|
||||||
awesomeversion==21.2.3
|
awesomeversion==21.2.3
|
||||||
bcrypt==3.1.7
|
bcrypt==3.1.7
|
||||||
certifi>=2020.12.5
|
certifi>=2020.12.5
|
||||||
|
2
setup.py
2
setup.py
@ -35,7 +35,7 @@ REQUIRES = [
|
|||||||
"aiohttp==3.7.4.post0",
|
"aiohttp==3.7.4.post0",
|
||||||
"astral==2.2",
|
"astral==2.2",
|
||||||
"async_timeout==3.0.1",
|
"async_timeout==3.0.1",
|
||||||
"attrs==20.3.0",
|
"attrs==21.2.0",
|
||||||
"awesomeversion==21.2.3",
|
"awesomeversion==21.2.3",
|
||||||
"bcrypt==3.1.7",
|
"bcrypt==3.1.7",
|
||||||
"certifi>=2020.12.5",
|
"certifi>=2020.12.5",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user