From 2db04e42118ddb6eec1dcad19c0c779377823712 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 3 Jan 2024 11:16:09 +0100 Subject: [PATCH] Notifications upgrade - Upgrade to Apprise 1.7.1 - Emojis support, Telegram topics support, Discord support for user and role @ping support. (#2075) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3599c50e2..cbd1e365d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ dnspython~=2.4 # related to eventlet fixes # jq not available on Windows so must be installed manually # Notification library -apprise~=1.6.0 +apprise~=1.7.1 # apprise mqtt https://github.com/dgtlmoon/changedetection.io/issues/315 paho-mqtt