Skip to content

Commit 202e47d

Browse files
authored
Update Apprise to 1.9.1 (#2876)
1 parent d67d396 commit 202e47d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

changedetectionio/apprise_plugin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def apprise_custom_api_call_wrapper(body, title, notify_type, *args, **kwargs):
1414
import requests
1515
import json
1616
from urllib.parse import unquote_plus
17-
from apprise.utils import parse_url as apprise_parse_url
17+
from apprise.utils.parse import parse_url as apprise_parse_url
1818
from apprise import URLBase
1919

2020
url = kwargs['meta'].get('url')

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dnspython==2.6.1 # related to eventlet fixes
3535
# jq not available on Windows so must be installed manually
3636

3737
# Notification library
38-
apprise==1.9.0
38+
apprise==1.9.1
3939

4040
# apprise mqtt https://github.com/dgtlmoon/changedetection.io/issues/315
4141
# use any version other than 2.0.x due to https://github.com/eclipse/paho.mqtt.python/issues/814

0 commit comments

Comments
 (0)