From 219774a691ff650ed0c902ddb1f90a4440b31a7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 06:25:39 +0000 Subject: [PATCH] Bump home-assistant/wheels from 2023.10.5 to 2024.01.0 Bumps [home-assistant/wheels](https://github.com/home-assistant/wheels) from 2023.10.5 to 2024.01.0. - [Release notes](https://github.com/home-assistant/wheels/releases) - [Commits](https://github.com/home-assistant/wheels/compare/2023.10.5...2024.01.0) --- updated-dependencies: - dependency-name: home-assistant/wheels dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/wheels.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 407d29af4874ca..e22759f65a14d0 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -99,7 +99,7 @@ jobs: name: requirements_diff - name: Build wheels - uses: home-assistant/wheels@2023.10.5 + uses: home-assistant/wheels@2024.01.0 with: abi: ${{ matrix.abi }} tag: musllinux_1_2 @@ -192,7 +192,7 @@ jobs: sed -i "/numpy/d" homeassistant/package_constraints.txt - name: Build wheels (old cython) - uses: home-assistant/wheels@2023.10.5 + uses: home-assistant/wheels@2024.01.0 with: abi: ${{ matrix.abi }} tag: musllinux_1_2 @@ -207,7 +207,7 @@ jobs: pip: "'cython<3'" - name: Build wheels (part 1) - uses: home-assistant/wheels@2023.10.5 + uses: home-assistant/wheels@2024.01.0 with: abi: ${{ matrix.abi }} tag: musllinux_1_2 @@ -221,7 +221,7 @@ jobs: requirements: "requirements_all.txtaa" - name: Build wheels (part 2) - uses: home-assistant/wheels@2023.10.5 + uses: home-assistant/wheels@2024.01.0 with: abi: ${{ matrix.abi }} tag: musllinux_1_2 @@ -235,7 +235,7 @@ jobs: requirements: "requirements_all.txtab" - name: Build wheels (part 3) - uses: home-assistant/wheels@2023.10.5 + uses: home-assistant/wheels@2024.01.0 with: abi: ${{ matrix.abi }} tag: musllinux_1_2