diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c4707d0b024..a75121fff68 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ on: type: boolean env: - CACHE_VERSION: 6 + CACHE_VERSION: 7 UV_CACHE_VERSION: 1 MYPY_CACHE_VERSION: 1 HA_SHORT_VERSION: "2025.9" diff --git a/script/hassfest/requirements.py b/script/hassfest/requirements.py index 00a81b93ef2..ce5d1c78f60 100644 --- a/script/hassfest/requirements.py +++ b/script/hassfest/requirements.py @@ -109,11 +109,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = { # pycmus > pbr > setuptools "pbr": {"setuptools"} }, - "concord232": { - # https://bugs.launchpad.net/python-stevedore/+bug/2111694 - # concord232 > stevedore > pbr > setuptools - "pbr": {"setuptools"} - }, "delijn": {"pydelijn": {"async-timeout"}}, "devialet": {"async-upnp-client": {"async-timeout"}}, "dlna_dmr": {"async-upnp-client": {"async-timeout"}}, @@ -226,11 +221,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = { }, "nibe_heatpump": {"nibe": {"async-timeout"}}, "norway_air": {"pymetno": {"async-timeout"}}, - "nx584": { - # https://bugs.launchpad.net/python-stevedore/+bug/2111694 - # pynx584 > stevedore > pbr > setuptools - "pbr": {"setuptools"} - }, "opengarage": {"open-garage": {"async-timeout"}}, "openhome": {"async-upnp-client": {"async-timeout"}}, "opensensemap": {"opensensemap-api": {"async-timeout"}},