From 46043e77546140da79148b15cb6ad4fbd341a91e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 20:21:37 +0100 Subject: [PATCH 1/3] Update ghcr.io/hassio-addons/base Docker tag to v17.1.2 (#278) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- ha_addons/ha_addon/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ha_addons/ha_addon/Dockerfile b/ha_addons/ha_addon/Dockerfile index b4c20fc..d01960f 100755 --- a/ha_addons/ha_addon/Dockerfile +++ b/ha_addons/ha_addon/Dockerfile @@ -13,7 +13,7 @@ # 1 Build Base Image # ###################### -ARG BUILD_FROM="ghcr.io/hassio-addons/base:17.1.0" +ARG BUILD_FROM="ghcr.io/hassio-addons/base:17.1.2" # hadolint ignore=DL3006 FROM $BUILD_FROM AS base From 66a875c291a050fe5ec36fdda452efaa25d05051 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 20:25:07 +0100 Subject: [PATCH 2/3] Update dependency aiohttp to v3.11.12 (#276) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 51b438f..281ed78 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,4 +1,4 @@ aiomqtt==2.3.0 schema==0.7.7 aiocron==1.8 - aiohttp==3.11.11 \ No newline at end of file + aiohttp==3.11.12 \ No newline at end of file From 2e3ed8f16228a16f4e5224dac7962e419594aa2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 20:28:03 +0100 Subject: [PATCH 3/3] Update python Docker tag to v3.13.2 (#277) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .python-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.python-version b/.python-version index c10780c..3e388a4 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.13.1 +3.13.2