diff --git a/CHANGELOG.md b/CHANGELOG.md index 906d898..ffe1250 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.10.0] - 2024-08-09 +- bump aiohttp to version 3.10.2 - add SonarQube and code coverage support - don't send MODBUS request when state is note up; adapt timeouts [#141](https://github.com/s-allius/tsun-gen3-proxy/issues/141) - build multi arch images with sboms [#144](https://github.com/s-allius/tsun-gen3-proxy/issues/144) diff --git a/app/requirements.txt b/app/requirements.txt index a0d0879..2aa2067 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,4 +1,4 @@ aiomqtt==2.2.0 schema==0.7.7 aiocron==1.8 - aiohttp==3.9.5 \ No newline at end of file + aiohttp==3.10.2 \ No newline at end of file