From 9a1406b4ad6541faf464196fa4ffcbaf090af991 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 16:59:52 +0000 Subject: [PATCH] Update paho-mqtt requirement from <2 to <3 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](https://github.com/eclipse/paho.mqtt.python/compare/v0.9...v2.0.0) --- updated-dependencies: - dependency-name: paho-mqtt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c485cab..14923f5 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ requires = [ "pyserial<4", - "paho-mqtt<2", + "paho-mqtt<3", "bencode.py<5", "docopt<1", "platformdirs<5",