mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Adjust urllib3 constraint (#145485)
* Remove urllib3 upper bound constraint * Disable neato * Disable neato tests * Simplify test ignore * Add to PACKAGE_CHECK_VERSION_RANGE * Adjust * Adjust * Force 2.0
This commit is contained in:
@ -38,6 +38,7 @@ PACKAGE_CHECK_VERSION_RANGE = {
|
||||
"pytz": "CalVer",
|
||||
"requests": "SemVer",
|
||||
"typing_extensions": "SemVer",
|
||||
"urllib3": "SemVer",
|
||||
"yarl": "SemVer",
|
||||
}
|
||||
PACKAGE_CHECK_VERSION_RANGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
|
||||
|
Reference in New Issue
Block a user