mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Bump awesomeversion from 21.2.0 to 21.2.2 (#45993)
This commit is contained in:
parent
b80c1688ad
commit
56b8e82a69
@ -26,8 +26,7 @@ from typing import (
|
|||||||
cast,
|
cast,
|
||||||
)
|
)
|
||||||
|
|
||||||
from awesomeversion import AwesomeVersion
|
from awesomeversion import AwesomeVersion, AwesomeVersionStrategy
|
||||||
from awesomeversion.strategy import AwesomeVersionStrategy
|
|
||||||
|
|
||||||
from homeassistant.generated.dhcp import DHCP
|
from homeassistant.generated.dhcp import DHCP
|
||||||
from homeassistant.generated.mqtt import MQTT
|
from homeassistant.generated.mqtt import MQTT
|
||||||
|
@ -5,7 +5,7 @@ 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.3.0
|
attrs==19.3.0
|
||||||
awesomeversion==21.2.0
|
awesomeversion==21.2.2
|
||||||
bcrypt==3.1.7
|
bcrypt==3.1.7
|
||||||
certifi>=2020.12.5
|
certifi>=2020.12.5
|
||||||
ciso8601==2.1.3
|
ciso8601==2.1.3
|
||||||
|
@ -5,7 +5,7 @@ aiohttp==3.7.3
|
|||||||
astral==1.10.1
|
astral==1.10.1
|
||||||
async_timeout==3.0.1
|
async_timeout==3.0.1
|
||||||
attrs==19.3.0
|
attrs==19.3.0
|
||||||
awesomeversion==21.2.0
|
awesomeversion==21.2.2
|
||||||
bcrypt==3.1.7
|
bcrypt==3.1.7
|
||||||
certifi>=2020.12.5
|
certifi>=2020.12.5
|
||||||
ciso8601==2.1.3
|
ciso8601==2.1.3
|
||||||
|
2
setup.py
2
setup.py
@ -36,7 +36,7 @@ REQUIRES = [
|
|||||||
"astral==1.10.1",
|
"astral==1.10.1",
|
||||||
"async_timeout==3.0.1",
|
"async_timeout==3.0.1",
|
||||||
"attrs==19.3.0",
|
"attrs==19.3.0",
|
||||||
"awesomeversion==21.2.0",
|
"awesomeversion==21.2.2",
|
||||||
"bcrypt==3.1.7",
|
"bcrypt==3.1.7",
|
||||||
"certifi>=2020.12.5",
|
"certifi>=2020.12.5",
|
||||||
"ciso8601==2.1.3",
|
"ciso8601==2.1.3",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user