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 29, 2024
1 parent 5ee97d4 commit 35b3805
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 @@ -56,7 +56,7 @@ classifiers = [
dependencies = [
"dataclasses; python_version<'3.7'",
"importlib-metadata; python_version<'3.8'",
"paho-mqtt<2",
"paho-mqtt<3",
"pytest-docker-fixtures<2",
]

Expand Down

0 comments on commit 35b3805

Please sign in to comment.