Bump awesomeversion from 21.1.6 to 21.2.0 (#45821)

This commit is contained in:
Joakim Sørensen 2021-02-01 16:54:25 +01:00 committed by GitHub
parent a8cf377ed7
commit 374817fbaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@ pre-commit==2.10.0
pylint==2.6.0 pylint==2.6.0
astroid==2.4.2 astroid==2.4.2
pipdeptree==1.0.0 pipdeptree==1.0.0
awesomeversion==21.1.6 awesomeversion==21.2.0
pylint-strict-informational==0.1 pylint-strict-informational==0.1
pytest-aiohttp==0.3.0 pytest-aiohttp==0.3.0
pytest-cov==2.10.1 pytest-cov==2.10.1

View File

@ -59,6 +59,7 @@ def verify_version(value: str):
AwesomeVersionStrategy.SEMVER, AwesomeVersionStrategy.SEMVER,
AwesomeVersionStrategy.SIMPLEVER, AwesomeVersionStrategy.SIMPLEVER,
AwesomeVersionStrategy.BUILDVER, AwesomeVersionStrategy.BUILDVER,
AwesomeVersionStrategy.PEP440,
]: ]:
raise vol.Invalid( raise vol.Invalid(
f"'{version}' is not a valid version. This will cause a future version of Home Assistant to block this integration.", f"'{version}' is not a valid version. This will cause a future version of Home Assistant to block this integration.",