From a837c26e806090e6478eff6c9d7b8f6649618c43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 May 2025 17:19:58 +0000 Subject: [PATCH] Update dependency aiomqtt to v2.4.0 --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index c26f354..2a100b6 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,4 +1,4 @@ - aiomqtt==2.3.2 + aiomqtt==2.4.0 schema==0.7.7 aiocron==2.1 quart==0.20