diff --git a/CHANGELOG.md b/CHANGELOG.md index a1fa208..be74d5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### +- Bump aiomqtt to version 1.2.1 ## [0.0.5] - 2023-10-01 diff --git a/app/requirements.txt b/app/requirements.txt index 4c65903..5d62110 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,2 +1,2 @@ - aiomqtt==1.2.0 - schema \ No newline at end of file + aiomqtt==1.2.1 + schema==0.7.5 \ No newline at end of file