From 9f5ccd6457e18d6163124b68a029011277ee8354 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 15 Oct 2023 16:17:53 -0400 Subject: [PATCH] updated requirements to use Apprise v1.6.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 47fb960..5d54950 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.5.0 +apprise == 1.6.0 ## Apprise API Minimum Requirements django