1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 09:38:58 +01:00

Fix hassfest requirement check (#161435)

This commit is contained in:
epenet
2026-01-22 18:01:09 +01:00
committed by GitHub
parent 9c3ffda4d2
commit d9eff759dc
+1 -1
View File
@@ -41,7 +41,7 @@ PACKAGE_CHECK_VERSION_RANGE = {
"pymodbus": "Custom",
"pytz": "CalVer",
"requests": "SemVer",
"typing_extensions": "SemVer",
"typing-extensions": "SemVer",
"urllib3": "SemVer",
"yarl": "SemVer",
"zeroconf": "SemVer",