From 1231e1bcf36e7d042c0394c77950438e4c547d91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 22:29:57 +0000 Subject: [PATCH] Chore(deps): 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.0.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 619b0d4..c9194f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dynamic = [ "version", ] dependencies = [ - "paho-mqtt<2", + "paho-mqtt<3", ] [project.optional-dependencies] develop = [