Skip to content

Commit

Permalink
Update paho-mqtt requirement from <2.0.0,>=1.5.0 to >=1.5.0,<3.0.0
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.mqtt.python@v1.5.0...v2.1.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 30, 2024
1 parent 3340aa6 commit 9776c79
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sphinx_rtd_theme
paho-mqtt>=1.5.0,<2.0.0
paho-mqtt>=1.5.0,<3.0.0
requests>=2.19.1,<3.0.0
retrying>=1.3.3
coverage==7.0.3
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
paho-mqtt>=1.5.0,<2.0.0
paho-mqtt>=1.5.0,<3.0.0
requests>=2.19.1,<3.0.0
aiohttp[speedups]>=3.7.4.post0,<4.0.0
pycryptodomex>=3.20.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
paho-mqtt>=1.5.0,<2.0.0
paho-mqtt>=1.5.0,<3.0.0
requests>=2.19.1,<3.0.0
aiohttp[speedups]>=3.7.4.post0,<4.0.0
pycryptodomex>=3.20.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'Tracker': 'https://github.com/albertogeniola/MerossIot/issues',
},
install_requires=[
'paho-mqtt>=1.5.0,<2.0.0',
'paho-mqtt>=1.5.0,<3.0.0',
'requests>=2.19.1,<3.0.0',
'aiohttp[speedups]>=3.7.4.post0,<4.0.0',
'pycryptodomex>=3.20.0'
Expand Down

0 comments on commit 9776c79

Please sign in to comment.