Skip to content

Commit

Permalink
Chore(deps): 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 14, 2024
1 parent 34920d6 commit 1231e1b
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 @@ -48,7 +48,7 @@ dynamic = [
"version",
]
dependencies = [
"paho-mqtt<2",
"paho-mqtt<3",
]
[project.optional-dependencies]
develop = [
Expand Down

0 comments on commit 1231e1b

Please sign in to comment.