Skip to content

Commit

Permalink
Bump paho-mqtt from 1.6.1 to 2.1.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.1.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.mqtt.python@v1.6.1...v2.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 30, 2024
1 parent 69205a1 commit bdafc44
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ packaging==23.2
# black
# build
# pytest
paho-mqtt==1.6.1
paho-mqtt==2.1.0
# via appdaemon (pyproject.toml)
pathspec==0.12.1
# via black
Expand Down
2 changes: 1 addition & 1 deletion doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ ordered-set==4.1.0
# via deepdiff
packaging==23.2
# via sphinx
paho-mqtt==1.6.1
paho-mqtt==2.1.0
# via appdaemon (pyproject.toml)
pid==3.0.4
# via appdaemon (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
'deepdiff == 6.3.0',
'feedparser ~= 6.0.10',
'iso8601 >= 1.1,< 2.2',
'paho-mqtt ~= 1.6.1',
'paho-mqtt >= 1.6.1,< 2.2.0',
'pid ~= 3.0.4',
'python-dateutil ~= 2.8.2',
'python-socketio >= 5.5,< 5.12',
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ multidict==6.0.4
# yarl
ordered-set==4.1.0
# via deepdiff
paho-mqtt==1.6.1
paho-mqtt==2.1.0
# via appdaemon (pyproject.toml)
pid==3.0.4
# via appdaemon (pyproject.toml)
Expand Down

0 comments on commit bdafc44

Please sign in to comment.