From 65d5a5d34cb58f984613daa59cffcefdec8ce6d5 Mon Sep 17 00:00:00 2001 From: Hmmbob <33529490+hmmbob@users.noreply.github.com> Date: Wed, 28 Dec 2022 18:34:55 +0100 Subject: [PATCH] Notifications: updating apprise (slack notification fixes and others) (#1272) --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 21101413..11e44d67 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ jsonpath-ng~=1.5.3 # jq not available on Windows so must be installed manually # Notification library -apprise~=1.2.0 +apprise~=1.2.1 # apprise mqtt https://github.com/dgtlmoon/changedetection.io/issues/315 paho-mqtt @@ -62,4 +62,4 @@ pillow # Include pytest, so if theres a support issue we can ask them to run these tests on their setup pytest ~=6.2 -pytest-flask ~=1.2 \ No newline at end of file +pytest-flask ~=1.2