Skip to content

Commit

Permalink
Update paho-mqtt requirement from <2,>=1.6 to >=2.1.0,<3
Browse files Browse the repository at this point in the history
Updates the requirements on [paho-mqtt](https://github.com/eclipse/paho.mqtt.python) to permit the latest version.
- [Release notes](https://github.com/eclipse/paho.mqtt.python/releases)
- [Changelog](https://github.com/eclipse/paho.mqtt.python/blob/master/ChangeLog.txt)
- [Commits](eclipse-paho/paho.mqtt.python@v1.6.0...v2.1.0)

---
updated-dependencies:
- dependency-name: paho-mqtt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 28, 2024
1 parent 039284e commit b8fe073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ dev = [
"types-paho-mqtt",
]
vision = ["opencv-python-headless >=4,<5"]
mqtt = ["paho-mqtt >=1.6,<2"]
mqtt = ["paho-mqtt >=2.1.0,<3"]

0 comments on commit b8fe073

Please sign in to comment.