Skip to content

Commit

Permalink
Update paho-mqtt to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
n8henrie committed May 28, 2024
1 parent fbfe96d commit 141220f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mqttplugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
```
Dependencies:
paho-mqtt==2.0.0
paho-mqtt==2.1.0
"""

import typing as t
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 141220f

Please sign in to comment.