From 64eb6b7986af76e694d72f5700e273615031dde8 Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Sat, 27 Jul 2024 20:32:02 +0200 Subject: [PATCH] bum aiomqtt and schema to latest release --- CHANGELOG.md | 2 ++ README.md | 2 +- app/requirements.txt | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32c69952..e8d92b58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +- bump aiomqtt to version 2.2.0 +- bump schema to version 0.7.7 - Home Assistant: improve inverter status value texts - GEN3: add inverter status - fix flapping registers [#128](https://github.com/s-allius/tsun-gen3-proxy/issues/128) diff --git a/README.md b/README.md index 5085cdb5..1ec2294c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@

License: BSD-3-Clause Supported Python versions - Supported aiomqtt versions + Supported aiomqtt versions Supported aiocron versions Supported toml versions

diff --git a/app/requirements.txt b/app/requirements.txt index ed9dcb0f..a0d0879a 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,4 +1,4 @@ - aiomqtt==2.0.1 - schema==0.7.5 + aiomqtt==2.2.0 + schema==0.7.7 aiocron==1.8 aiohttp==3.9.5 \ No newline at end of file