From d6c46bf5efd17a0b099baa4db881feeb87430387 Mon Sep 17 00:00:00 2001 From: maslyankov Date: Wed, 8 Jan 2025 21:24:14 +0200 Subject: [PATCH] Updates --- hass-addon-sunsynk-multi/Dockerfile | 12 ++++++------ setup.cfg | 15 ++++++++------- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/hass-addon-sunsynk-multi/Dockerfile b/hass-addon-sunsynk-multi/Dockerfile index eeed041b..a9a538b7 100644 --- a/hass-addon-sunsynk-multi/Dockerfile +++ b/hass-addon-sunsynk-multi/Dockerfile @@ -6,16 +6,16 @@ RUN set -x \ build-base \ && pip3 install --no-cache-dir --disable-pip-version-check \ aiohttp \ - async_modbus==0.2.1 \ - attrs==24.2.0 \ + async_modbus==0.2.2 \ + attrs==24.3.0 \ cattrs==24.1.2 \ connio==0.2.0 \ jmespath==1.0.1 \ mqtt-entity==0.0.4 \ - prettytable==3.8.0 \ - pymodbus[serial]==3.7.2 \ - pysolarmanv5==3.0.4 \ - pyyaml==6.0.1 \ + prettytable==3.12.0 \ + pymodbus[serial]==3.8.3 \ + pysolarmanv5==3.0.6 \ + pyyaml==6.0.2 \ umodbus==1.0.4 \ && apk del .build-deps diff --git a/setup.cfg b/setup.cfg index afab5f4b..20b43794 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,8 +15,9 @@ classifiers = Natural Language :: English Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 keywords = sunsynk, deye, inverter, modbus, asyncio [options] @@ -29,23 +30,23 @@ packages= python_requires = >=3.9 include_package_data = True install_requires = - attrs==24.2.0 + attrs==24.3.0 cattrs==24.1.2 - pyyaml==6.0.1 + pyyaml==6.0.2 mqtt-entity==0.0.4 - prettytable==3.8.0 + prettytable==3.12.0 jmespath==1.0.1 zip_safe = true [options.extras_require] umodbus = - async_modbus==0.2.1 + async_modbus==0.2.2 umodbus==1.0.4 connio==0.2.0 pymodbus = - pymodbus[serial]==3.7.2 + pymodbus[serial]==3.8.3 solarman = - pysolarmanv5==3.0.4 + pysolarmanv5==3.0.6 tests = pytest pytest-asyncio