From cbf0de4f5fd56c45dae4d12221b7036d42d25007 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 01:42:46 +0000 Subject: [PATCH] Update paho-mqtt requirement from >=1.6.1 to >=2.1.0 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/paho.mqtt.python/blob/master/ChangeLog.txt) - [Commits](https://github.com/eclipse/paho.mqtt.python/compare/v1.6.1...v2.1.0) --- updated-dependencies: - dependency-name: paho-mqtt dependency-version: 2.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a7563fa..3e8e3ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -paho-mqtt>=1.6.1 +paho-mqtt>=2.1.0 pyserial>=3.5 \ No newline at end of file