From d1644f371391e286f0f8ddfc097cfa99085d15b9 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 22 Mar 2024 13:27:06 +0100 Subject: [PATCH 1/3] Update cosign to 2.2.3 (#113996) --- .github/workflows/builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 6446d41fb71..2d6c2521171 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -343,7 +343,7 @@ jobs: - name: Install Cosign uses: sigstore/cosign-installer@v3.4.0 with: - cosign-release: "v2.0.2" + cosign-release: "v2.2.3" - name: Login to DockerHub uses: docker/login-action@v3.0.0 From 32b4814f2a66a745f8d06bc84e1267d8caa5464f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 22 Mar 2024 16:35:21 +0100 Subject: [PATCH 2/3] Bump version to 2024.3.3 --- homeassistant/const.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/const.py b/homeassistant/const.py index f5efc37f352..fc39bccf854 100644 --- a/homeassistant/const.py +++ b/homeassistant/const.py @@ -16,7 +16,7 @@ from .helpers.deprecation import ( APPLICATION_NAME: Final = "HomeAssistant" MAJOR_VERSION: Final = 2024 MINOR_VERSION: Final = 3 -PATCH_VERSION: Final = "2" +PATCH_VERSION: Final = "3" __short_version__: Final = f"{MAJOR_VERSION}.{MINOR_VERSION}" __version__: Final = f"{__short_version__}.{PATCH_VERSION}" REQUIRED_PYTHON_VER: Final[tuple[int, int, int]] = (3, 11, 0) diff --git a/pyproject.toml b/pyproject.toml index 496a29eb31c..fbab6c50d43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "homeassistant" -version = "2024.3.2" +version = "2024.3.3" license = {text = "Apache-2.0"} description = "Open-source home automation platform running on Python 3." readme = "README.rst" From 2d2249386e1c8266f8f5c3790015e9968a19670c Mon Sep 17 00:00:00 2001 From: Robert Svensson Date: Fri, 22 Mar 2024 17:52:45 +0100 Subject: [PATCH 3/3] Bump axis to v58 (#114008) --- homeassistant/components/axis/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/axis/manifest.json b/homeassistant/components/axis/manifest.json index 44d615bf534..f2a2dd40740 100644 --- a/homeassistant/components/axis/manifest.json +++ b/homeassistant/components/axis/manifest.json @@ -26,7 +26,7 @@ "iot_class": "local_push", "loggers": ["axis"], "quality_scale": "platinum", - "requirements": ["axis==57"], + "requirements": ["axis==58"], "ssdp": [ { "manufacturer": "AXIS" diff --git a/requirements_all.txt b/requirements_all.txt index fe927e87424..d65690c3a42 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -514,7 +514,7 @@ aurorapy==0.2.7 # avion==0.10 # homeassistant.components.axis -axis==57 +axis==58 # homeassistant.components.azure_event_hub azure-eventhub==5.11.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 6307d864186..2698706aac8 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -454,7 +454,7 @@ auroranoaa==0.0.3 aurorapy==0.2.7 # homeassistant.components.axis -axis==57 +axis==58 # homeassistant.components.azure_event_hub azure-eventhub==5.11.1