Bump awesomeversion from 21.2.0 to 21.2.2 (#45993)

This commit is contained in:
Joakim Sørensen 2021-02-04 16:45:59 +01:00 committed by GitHub
parent b80c1688ad
commit 56b8e82a69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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",