diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 6446d41fb7127f..2d6c25211710bc 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 diff --git a/homeassistant/components/axis/manifest.json b/homeassistant/components/axis/manifest.json index 44d615bf5346b9..f2a2dd4074072a 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/homeassistant/const.py b/homeassistant/const.py index f5efc37f352a2f..fc39bccf854ff2 100644 --- a/homeassistant/const.py +++ b/homeassistant/const.py @@ -16,7 +16,7 @@ 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 496a29eb31c817..fbab6c50d43c46 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" diff --git a/requirements_all.txt b/requirements_all.txt index fe927e87424e72..d65690c3a422e1 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 6307d864186dc0..2698706aac8b19 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