From 99e3978ee6469d178ec43bd4e1b841e53173d3c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 19:33:58 +0000 Subject: [PATCH] Update paho-mqtt requirement from <2,>=1.5.0 to >=2.1.0,<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/v1.5.0...v2.1.0) --- updated-dependencies: - dependency-name: paho-mqtt 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 788d52b..10fe82d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ argparse>=1.4.0 chump>=1.6.0 construct~=2.9.43 flake8 -paho_mqtt>=1.5.0,<2 +paho_mqtt>=2.1.0,<3 pre-commit pushbullet.py>=0.11.0