From 4501303beb31891d35ce185726a590073c4241a8 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sat, 10 May 2025 22:11:32 +0200 Subject: [PATCH] Fix licenses check for jaraco.itertools (#144631) --- .github/workflows/ci.yaml | 2 +- script/licenses.py | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ae732ef4912..497e5b4b149 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ on: type: boolean env: - CACHE_VERSION: 1 + CACHE_VERSION: 2 UV_CACHE_VERSION: 1 MYPY_CACHE_VERSION: 1 HA_SHORT_VERSION: "2025.6" diff --git a/script/licenses.py b/script/licenses.py index f801603738a..44a046a099b 100644 --- a/script/licenses.py +++ b/script/licenses.py @@ -204,10 +204,6 @@ EXCEPTIONS = { "repoze.lru", "sharp_aquos_rc", # https://github.com/jmoore987/sharp_aquos_rc/pull/14 "tapsaff", # https://github.com/bazwilliams/python-taps-aff/pull/5 - # --- - # https://github.com/jaraco/skeleton/pull/170 - # https://github.com/jaraco/skeleton/pull/171 - "jaraco.itertools", # MIT - https://github.com/jaraco/jaraco.itertools/issues/21 } TODO = {