diff --git a/homeassistant/loader.py b/homeassistant/loader.py index f1a0ccc07309..de02db524a71 100644 --- a/homeassistant/loader.py +++ b/homeassistant/loader.py @@ -26,8 +26,7 @@ from typing import ( cast, ) -from awesomeversion import AwesomeVersion -from awesomeversion.strategy import AwesomeVersionStrategy +from awesomeversion import AwesomeVersion, AwesomeVersionStrategy from homeassistant.generated.dhcp import DHCP from homeassistant.generated.mqtt import MQTT diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 69f75af396b2..45a871081d1d 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -5,7 +5,7 @@ aiohttp_cors==0.7.0 astral==1.10.1 async_timeout==3.0.1 attrs==19.3.0 -awesomeversion==21.2.0 +awesomeversion==21.2.2 bcrypt==3.1.7 certifi>=2020.12.5 ciso8601==2.1.3 diff --git a/requirements.txt b/requirements.txt index 17bb82d472f1..42be3cfdf493 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ aiohttp==3.7.3 astral==1.10.1 async_timeout==3.0.1 attrs==19.3.0 -awesomeversion==21.2.0 +awesomeversion==21.2.2 bcrypt==3.1.7 certifi>=2020.12.5 ciso8601==2.1.3 diff --git a/setup.py b/setup.py index fc2c250ec0fa..1b4b52ff26d4 100755 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ REQUIRES = [ "astral==1.10.1", "async_timeout==3.0.1", "attrs==19.3.0", - "awesomeversion==21.2.0", + "awesomeversion==21.2.2", "bcrypt==3.1.7", "certifi>=2020.12.5", "ciso8601==2.1.3",