Skip to content

Commit

Permalink
Update paho-mqtt requirement from <2 to <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@v0.9...v2.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 31, 2024
1 parent 3fa9978 commit 9a1406b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

requires = [
"pyserial<4",
"paho-mqtt<2",
"paho-mqtt<3",
"bencode.py<5",
"docopt<1",
"platformdirs<5",
Expand Down

0 comments on commit 9a1406b

Please sign in to comment.