Skip to content

Commit

Permalink
Update paho-mqtt requirement from ~=1.6.1 to ~=2.1.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/paho.mqtt.python@v1.6.1...v2.1.0)

---
updated-dependencies:
- dependency-name: paho-mqtt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent f574add commit fa56018
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ waitress~=3.0.0
ipaddress~=1.0.23
mock~=5.1.0
coverage
paho-mqtt~=1.6.1
paho-mqtt~=2.1.0
5 changes: 3 additions & 2 deletions requirements_lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,9 @@ netlink==0.1 \
--hash=sha256:b8d6f54887d023d4e9e55fecab53410f33a2b1bc76298b22348af8a78a48f43b \
--hash=sha256:d9fcc15add8c48145f16d6a3a2ce91703c32af7412871759057b5ec16c734fdd
# via -r requirements.txt
paho-mqtt==1.6.1 \
--hash=sha256:2a8291c81623aec00372b5a85558a372c747cbca8e9934dfe218638b8eefc26f
paho-mqtt==2.1.0 \
--hash=sha256:12d6e7511d4137555a3f6ea167ae846af2c7357b10bc6fa4f7c3968fc1723834 \
--hash=sha256:6db9ba9b34ed5bc6b6e3812718c7e06e2fd7444540df2455d2c51bd58808feee
# via
# -r requirements.txt
# flask-mqtt
Expand Down

0 comments on commit fa56018

Please sign in to comment.