From d23efb892ff3dff9b43168388304d0b48c65f709 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 00:58:05 +0000 Subject: [PATCH] Update dependency aiomqtt to v2 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index f55f367..517324d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,13 +2,13 @@ [[package]] name = "aiomqtt" -version = "1.2.1" +version = "2.0.0" description = "The idiomatic asyncio MQTT client, wrapped around paho-mqtt" optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "aiomqtt-1.2.1-py3-none-any.whl", hash = "sha256:3925b40b2b95b1905753d53ef3a9162e903cfab35ebe9647ab4d52e45ffb727f"}, - {file = "aiomqtt-1.2.1.tar.gz", hash = "sha256:7582f4341f08ef7110dd9ab3a559454dc28ccda1eac502ff8f08a73b238ecede"}, + {file = "aiomqtt-2.0.0-py3-none-any.whl", hash = "sha256:f3b97eca4a5a2c40769ed14f660520f733be1d2ec383a9976153fe49141e2fa2"}, + {file = "aiomqtt-2.0.0.tar.gz", hash = "sha256:3d480429334bdba4e4b9936c6cc198ea4f76a94d36cf294e0f713ec59f6a2120"}, ] [package.dependencies] @@ -1008,4 +1008,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "a4147f8d401ec595db47fb59df814ecc26618e588a68c676c0c2769a6c32a201" +content-hash = "072bd27c59b5e9f8f6635f7850010354ee1118ae69cd96805a7c39da0b5e6fcf" diff --git a/pyproject.toml b/pyproject.toml index a077fe3..1baad03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ paho-mqtt = "^1.6.1" python-dotenv-vault = "^0.6.3" azure-eventhub = "^5.11.4" requests = "^2.31.0" -aiomqtt = "^1.2.0" +aiomqtt = "^2.0.0" [tool.poetry.group.dev.dependencies] black = "^24.0.0"