We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa25768 commit 0f71293Copy full SHA for 0f71293
2 files changed
pyproject.toml
@@ -31,7 +31,7 @@ version = "1.4.1"
31
authors = [{ name = "Chris Caron", email = "lead2gold@gmail.com" }]
32
license = "MIT"
33
dependencies = [
34
- "apprise == 1.10.0",
+ "apprise == 1.11.0",
35
"django",
36
"gevent",
37
"gunicorn",
requirements.txt
@@ -10,7 +10,7 @@
10
# apprise @ git+https://github.com/caronc/apprise@custom-tag-or-version
11
12
## 3. The below grabs our stable version (generally the best choice):
13
-apprise == 1.10.0
+apprise == 1.11.0
14
15
## Apprise API Minimum Requirements
16
django
0 commit comments