Skip to content

Commit 777b736

Browse files
fix: bump paho-mqtt from 1.6.1 to 2.1.0 (#288)
Bumps [paho-mqtt](https://github.com/eclipse/paho.mqtt.python) from 1.6.1 to 2.1.0. - [Release notes](https://github.com/eclipse/paho.mqtt.python/releases) - [Changelog](https://github.com/eclipse-paho/paho.mqtt.python/blob/master/ChangeLog.txt) - [Commits](eclipse-paho/paho.mqtt.python@v1.6.1...v2.1.0) --- updated-dependencies: - dependency-name: paho-mqtt dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9c80845 commit 777b736

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

poetry.lock

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ aiohttp = "^3.8.2"
2727
async-timeout = "*"
2828
pycryptodome = "^3.18"
2929
pycryptodomex = {version = "^3.18", markers = "sys_platform == 'darwin'"}
30-
paho-mqtt = "^1.6.1"
30+
paho-mqtt = ">=1.6.1,<3.0.0"
3131
construct = "^2.10.57"
3232
vacuum-map-parser-roborock = "*"
3333

0 commit comments

Comments
 (0)