From d3ea7257ead5caeb93199b65c9925f185cac21f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:04:30 -0600 Subject: [PATCH] build(deps): bump aiomqtt from 2.1.0 to 2.2.0 (#1032) --- poetry.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2a9d402f..f256a57e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -98,17 +98,17 @@ speedups = ["Brotli", "aiodns", "brotlicffi"] [[package]] name = "aiomqtt" -version = "2.1.0" +version = "2.2.0" description = "The idiomatic asyncio MQTT client, wrapped around paho-mqtt" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "aiomqtt-2.1.0-py3-none-any.whl", hash = "sha256:ba62afe18e57b01ef28240f192b73cd54d7e42d827a47697997d3e6252a130d1"}, - {file = "aiomqtt-2.1.0.tar.gz", hash = "sha256:8501c373c00fa7074a990a951285f31340c29b6541aea15e040da9ea33d79719"}, + {file = "aiomqtt-2.2.0-py3-none-any.whl", hash = "sha256:91dc5e405a4a9040a61caadcfde88babc495dcf57eef21c5585feeabe5d151c4"}, + {file = "aiomqtt-2.2.0.tar.gz", hash = "sha256:1aef0b258f1662f665b1f272efd0b373e37a94aa2884cd8a8717800f93ac5352"}, ] [package.dependencies] -paho-mqtt = ">=2.0.0,<3.0.0" +paho-mqtt = ">=2.1.0,<3.0.0" [[package]] name = "aiosignal" @@ -1216,13 +1216,13 @@ files = [ [[package]] name = "paho-mqtt" -version = "2.0.0" +version = "2.1.0" description = "MQTT version 5.0/3.1.1 client class" optional = false python-versions = ">=3.7" files = [ - {file = "paho_mqtt-2.0.0-py3-none-any.whl", hash = "sha256:2ef745073dfc9aa68bfec30d0b9b6f0304ea75182bae85a7c77a80cefce1eff5"}, - {file = "paho_mqtt-2.0.0.tar.gz", hash = "sha256:13b205f29251e4f2c66a6c923c31fc4fd780561e03b2d775cff8e4f2915cf947"}, + {file = "paho_mqtt-2.1.0-py3-none-any.whl", hash = "sha256:6db9ba9b34ed5bc6b6e3812718c7e06e2fd7444540df2455d2c51bd58808feee"}, + {file = "paho_mqtt-2.1.0.tar.gz", hash = "sha256:12d6e7511d4137555a3f6ea167ae846af2c7357b10bc6fa4f7c3968fc1723834"}, ] [package.extras]