From c1151c969dbb80ca9f2683354f700525c9d6aa3b Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Thu, 9 Jan 2025 20:49:14 -0500 Subject: [PATCH] updated to work with Apprise v1.9.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dfcf5f4..598fb37 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.9.1 +apprise == 1.9.2 ## Apprise API Minimum Requirements django