diff --git a/.python-version b/.python-version index 3e388a4..2c20ac9 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.13.2 +3.13.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index e981eb1..6f194c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [unreleased] + ## [0.13.0] - 2025-04-13 - update dependency python to 3.13 diff --git a/app/requirements.txt b/app/requirements.txt index 565a34d..5bd1ce5 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,4 +1,4 @@ - aiomqtt==2.3.1 + aiomqtt==2.3.2 schema==0.7.7 aiocron==2.1 aiohttp==3.11.16 \ No newline at end of file diff --git a/ha_addons/ha_addon/Dockerfile b/ha_addons/ha_addon/Dockerfile index ae45569..0529d5b 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.2.3" +ARG BUILD_FROM="ghcr.io/hassio-addons/base:17.2.4" # hadolint ignore=DL3006 FROM $BUILD_FROM AS base