From ea944c3080b69708b824da9f6859454ba19a7dd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 06:29:15 +0000 Subject: [PATCH] Bump paho-mqtt from 1.6.1 to 2.0.0 Bumps [paho-mqtt](https://github.com/eclipse/paho.mqtt.python) from 1.6.1 to 2.0.0. - [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/v1.6.1...v2.0.0) --- updated-dependencies: - dependency-name: paho-mqtt dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 11 ++++++----- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5823b06..2865431 100644 --- a/poetry.lock +++ b/poetry.lock @@ -202,16 +202,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 = "platformdirs" @@ -650,4 +651,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "fc3bd1370c93012c5834dece966711a587f1b54979e1230534394802f495e76f" +content-hash = "69afab628e14f34437f84160bd4768062a219eea0e20c0a0d91f730fc7ab2c97" diff --git a/pyproject.toml b/pyproject.toml index c170b70..d04913b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ roomba-password = "roombapy.entry_points:password" [tool.poetry.dependencies] python = ">=3.10,<4.0" orjson = ">=3.9.13" -paho-mqtt = "~1.6.1" +paho-mqtt = ">=1.6.1,<2.1.0" pydantic = ">=1" [tool.poetry.group.dev.dependencies]