From 1eaabb97a201eb89a7f44d927b5c4ebb9951e673 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 00:21:43 +0100 Subject: [PATCH] Update dependency aiocron to v2 (#284) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 281ed78..dc9b63a 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,4 +1,4 @@ aiomqtt==2.3.0 schema==0.7.7 - aiocron==1.8 + aiocron==2.1 aiohttp==3.11.12 \ No newline at end of file