From 6539e98f7ec4e0e2c37340f0a7d21ca53e847172 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 20:04:41 +0000 Subject: [PATCH] Update dependency paho-mqtt to v2 --- poetry.lock | 11 ++++++----- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ca8fa4df..ad08cc17 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1388,16 +1388,17 @@ files = [ [[package]] name = "paho-mqtt" -version = "1.6.1" +version = "2.0.0" description = "MQTT version 5.0/3.1.1 client class" optional = false -python-versions = "*" +python-versions = ">=3.7" files = [ - {file = "paho-mqtt-1.6.1.tar.gz", hash = "sha256:2a8291c81623aec00372b5a85558a372c747cbca8e9934dfe218638b8eefc26f"}, + {file = "paho_mqtt-2.0.0-py3-none-any.whl", hash = "sha256:2ef745073dfc9aa68bfec30d0b9b6f0304ea75182bae85a7c77a80cefce1eff5"}, + {file = "paho_mqtt-2.0.0.tar.gz", hash = "sha256:13b205f29251e4f2c66a6c923c31fc4fd780561e03b2d775cff8e4f2915cf947"}, ] [package.extras] -proxy = ["PySocks"] +proxy = ["pysocks"] [[package]] name = "pandas" @@ -2416,4 +2417,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "f258105ad0963ff0ee6156c6d7d6fa0d8ec7be1207d8acee06ee534da052ad84" +content-hash = "019144e182d0f2baf8707de7a89b0293207f4cffad0c13407a3cd2ef210f289d" diff --git a/pyproject.toml b/pyproject.toml index 91f228a0..d99b6d2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ imageio = "2.34.0" ipython = "8.18.1" matplotlib = "3.8.3" numpy = "1.26.4" -paho-mqtt = "1.6.1" +paho-mqtt = "2.0.0" pandas = "2.2.1" pfilter = "0.2.5" requests = "2.31.0"