Add requests to hassfest requirements check (#146446)

This commit is contained in:
Marc Mueller 2025-06-10 15:01:05 +02:00 committed by GitHub
parent bb38a3a8ac
commit 20b5d5a755
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,6 +36,7 @@ PACKAGE_CHECK_VERSION_RANGE = {
"pydantic": "SemVer",
"pyjwt": "SemVer",
"pytz": "CalVer",
"requests": "SemVer",
"typing_extensions": "SemVer",
"yarl": "SemVer",
}