diff --git a/poetry.lock b/poetry.lock index 4cd904baade..2eda600da3a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1439,16 +1439,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 = "pathspec" @@ -3028,4 +3029,4 @@ pgsql = ["psycopg2-binary"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "02c2f99d7ead3339de5c02e9b3ec3ac33fc4a7204130b9cd404e749d995e9a7b" +content-hash = "ee8a6a7655483cd1022a820d3a06c90b2ce52e6e725370ee8b8fcec5a196b0eb" diff --git a/pyproject.toml b/pyproject.toml index c0ad34cf870..c34712e43b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ isodate = "^0.6.1" text-unidecode = "^1.3" rapidfuzz = "^3.2.0" html2text = "^2020.1.16" -paho-mqtt = "^1.6.1" +paho-mqtt = "^2.0.0" pydantic-settings = "^2.1.0" [tool.poetry.group.postgres.dependencies]