mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Bump awesomeversion from 21.1.6 to 21.2.0 (#45821)
This commit is contained in:
parent
a8cf377ed7
commit
374817fbaa
@ -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
|
||||||
|
@ -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.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user