From 4e773ef8074ce5463ad195cc14c6c5c193344622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 04:08:14 +0000 Subject: [PATCH] Update paho-mqtt requirement from >=1.6.0 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.0...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 1a7c657..e298ae4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ PyInstaller pytest pytest-asyncio websockets>=12.0 -paho-mqtt>=1.6.0 +paho-mqtt>=2.1.0