From 0a44f58245664fad1a65381f0c1dcbe1c4d26c8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 13:26:10 +0000 Subject: [PATCH] Chore(deps): Update aiomqtt requirement from <=0.1.3 to <=2.3.0 Updates the requirements on [aiomqtt](https://github.com/empicano/aiomqtt) to permit the latest version. - [Release notes](https://github.com/empicano/aiomqtt/releases) - [Changelog](https://github.com/empicano/aiomqtt/blob/main/CHANGELOG.md) - [Commits](https://github.com/empicano/aiomqtt/compare/v0.1.0...v2.3.0) --- updated-dependencies: - dependency-name: aiomqtt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 409694cf..f3685038 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ optional-dependencies.ledger = [ "ledgereth==0.9.1", ] optional-dependencies.mqtt = [ - "aiomqtt<=0.1.3", + "aiomqtt<=2.3.0", "certifi", "click", ]