From d74f9d32dbecee9ec31049997bf280e7a0b2c300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 07:37:28 +0000 Subject: [PATCH] Bump paho-mqtt from 1.6.1 to 2.1.0 Bumps [paho-mqtt](https://github.com/eclipse/paho.mqtt.python) from 1.6.1 to 2.1.0. - [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/v1.6.1...v2.1.0) --- updated-dependencies: - dependency-name: paho-mqtt dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1ed77c635a..144d698c07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ async_timeout==4.0.3; python_version <= "3.10" cryptography==44.0.2 voluptuous==0.14.2 PyYAML==6.0.2 -paho-mqtt==1.6.1 +paho-mqtt==2.1.0 colorama==0.4.6 icmplib==3.0.4 tornado==6.4.2