From d183b9852bad0d3e5ceba10fa8822055c2ba1cd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 05:59:09 +0000 Subject: [PATCH] Update dependency paho-mqtt to v2 --- core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pyproject.toml b/core/pyproject.toml index d369dea..25b36cf 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -7,7 +7,7 @@ license = "Apache 2.0" [tool.poetry.dependencies] python = "^3.11" -paho-mqtt = "^1.6.1" +paho-mqtt = "^2.0.0" pytest = "^7.2.1" coloredlogs = "^15.0.1"