diff --git a/mqttplugin.py b/mqttplugin.py index 79739ea..c2b9b90 100644 --- a/mqttplugin.py +++ b/mqttplugin.py @@ -67,7 +67,7 @@ ``` Dependencies: - paho-mqtt==2.0.0 + paho-mqtt==2.1.0 """ import typing as t diff --git a/requirements-test.txt b/requirements-test.txt index 8357863..cfeaa5b 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -6,7 +6,7 @@ flake8-import-order==0.18.2 flake8==3.9.2 httpbin==0.7.0 mypy==1.2.0 -paho-mqtt==2.0.0 +paho-mqtt==2.1.0 pycodestyle==2.7.0 pydocstyle==6.1.1 pytest==7.3.0