From 414d597ff1e86f79b928661f7630a14a3ebf1386 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 19:35:30 +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.1.0) --- updated-dependencies: - dependency-name: paho-mqtt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 280acd8..e559e0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dynamic = [ ] dependencies = [ "importlib-resources; python_version<'3.9'", - "paho-mqtt<2", + "paho-mqtt<3", "pyyaml<7", ] [project.optional-dependencies]