From cb2cd4b5a29271b2953feec94a15de5d107fdfbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:33:09 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=F0=9F=9B=A0=EF=B8=8F(?= =?UTF-8?q?deps):=20update=20dependency=20iamlistening=20to=20v5.3.24=20(#?= =?UTF-8?q?1971)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 19dca35a8..3372dcfe4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ nicegui = "1.4.9" ping3 = "4.0.8" feedparser = "6.0.11" talkytrend = "3.3.11" -iamlistening = "5.3.23" +iamlistening = "5.3.24" findmyorder = "2.2.11" dxsp = "11.1.1" cefi = "5.3.2" From 0a6088488796972096c2e3d38d391ba020bb003a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 23:48:32 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=F0=9F=9B=A0=EF=B8=8F(?= =?UTF-8?q?deps):=20update=20dependency=20uvicorn=20to=20v0.32.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3372dcfe4..52c0f5adc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ loguru = ">=0.6.0" dynaconf = ">=3.2.0" fastapi = "0.115.5" requests = "2.32.3" -uvicorn = "0.32.0" +uvicorn = "0.32.1" apprise = "1.9.0" asyncz = "0.12.0" nicegui = "1.4.9"