From 9be5a8d3c61834851389bf3ffe1dcefbe8dad688 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 14 Apr 2024 12:38:54 -0400 Subject: [PATCH] updated to work with Apprise v1.7.6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ec63526..2015575 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ # apprise @ git+https://github.com/caronc/apprise@custom-tag-or-version ## 3. The below grabs our stable version (generally the best choice): -apprise == 1.7.5 +apprise == 1.7.6 ## Apprise API Minimum Requirements django