Skip to content

Commit

Permalink
Bump paho-mqtt from 1.6.1 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [paho-mqtt](https://github.com/eclipse/paho.mqtt.python) from 1.6.1 to 2.0.0.
- [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.1...v2.0.0)

---
updated-dependencies:
- dependency-name: paho-mqtt
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 07764fa commit 870714d
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 @@ -68,7 +68,7 @@ def package_vars(version_file):
py_modules=[splitext(basename(path))[0] for path in glob("src/*.py")],
install_requires=[
"configobj == 5.0.8",
"paho-mqtt == 1.6.1",
"paho-mqtt == 2.0.0",
"pyserial == 3.5",
"pyusb == 1.2.1",
"semver == 3.0.2",
Expand Down

0 comments on commit 870714d

Please sign in to comment.