From 0664e2d46a213f7237692eb4cb8e0708377bd94d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 14:43:12 +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 a82c734..66b8cea 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]