Skip to content

Commit 0f71293

Browse files
committed
changes will only work in next relese of apprise
1 parent fa25768 commit 0f71293

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ version = "1.4.1"
3131
authors = [{ name = "Chris Caron", email = "lead2gold@gmail.com" }]
3232
license = "MIT"
3333
dependencies = [
34-
"apprise == 1.10.0",
34+
"apprise == 1.11.0",
3535
"django",
3636
"gevent",
3737
"gunicorn",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# apprise @ git+https://github.com/caronc/apprise@custom-tag-or-version
1111

1212
## 3. The below grabs our stable version (generally the best choice):
13-
apprise == 1.10.0
13+
apprise == 1.11.0
1414

1515
## Apprise API Minimum Requirements
1616
django

0 commit comments

Comments
 (0)