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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 20, 2024
1 parent e7e0ce6 commit 0664e2d
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 @@ -49,7 +49,7 @@ dynamic = [
]
dependencies = [
"importlib-resources; python_version<'3.9'",
"paho-mqtt<2",
"paho-mqtt<3",
"pyyaml<7",
]
[project.optional-dependencies]
Expand Down

0 comments on commit 0664e2d

Please sign in to comment.