Merge pull request #3149 from mealie-recipes/renovate/paho-mqtt-2.x

fix(deps): update dependency paho-mqtt to v2
This commit is contained in:
boc-the-git 2024-02-17 21:25:45 +11:00 committed by GitHub
commit 7d57fdcd96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 6 deletions

11
poetry.lock generated
View File

@ -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"

View File

@ -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]