diff --git a/sma/CHANGELOG.md b/sma/CHANGELOG.md index 719490a..507b72e 100644 --- a/sma/CHANGELOG.md +++ b/sma/CHANGELOG.md @@ -1,5 +1,9 @@ +## 0.0.3 + +- fix dependencies + ## 0.0.2 - version bump build test diff --git a/sma/config.yaml b/sma/config.yaml index 9672257..2c97be2 100644 --- a/sma/config.yaml +++ b/sma/config.yaml @@ -1,6 +1,6 @@ name: "SMA Energy Meter emulator" description: "Simulate one or more SMA energy meters based on mqtt messages." -version: "0.0.2" +version: "0.0.3" slug: sma url: "https://github.com/Roeland54/SMA-Energy-Meter-emulator" arch: diff --git a/sma/requirements.txt b/sma/requirements.txt index a2d5ce6..6f904da 100644 --- a/sma/requirements.txt +++ b/sma/requirements.txt @@ -1,2 +1,2 @@ -dynaconf~=3.1.12 -paho-mqtt~=1.6.1 \ No newline at end of file +dynaconf~=3.2.5 +paho-mqtt~=2.1.0 \ No newline at end of file