From 202e47d728cd6625c9481f549f58c61c1c55e4fc Mon Sep 17 00:00:00 2001 From: William Brawner Date: Thu, 2 Jan 2025 12:06:25 -0700 Subject: [PATCH] Update Apprise to 1.9.1 (#2876) --- changedetectionio/apprise_plugin/__init__.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changedetectionio/apprise_plugin/__init__.py b/changedetectionio/apprise_plugin/__init__.py index cbee31eb..a95cb407 100644 --- a/changedetectionio/apprise_plugin/__init__.py +++ b/changedetectionio/apprise_plugin/__init__.py @@ -14,7 +14,7 @@ def apprise_custom_api_call_wrapper(body, title, notify_type, *args, **kwargs): import requests import json from urllib.parse import unquote_plus - from apprise.utils import parse_url as apprise_parse_url + from apprise.utils.parse import parse_url as apprise_parse_url from apprise import URLBase url = kwargs['meta'].get('url') diff --git a/requirements.txt b/requirements.txt index e43ea4fc..354bc13e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ dnspython==2.6.1 # related to eventlet fixes # jq not available on Windows so must be installed manually # Notification library -apprise==1.9.0 +apprise==1.9.1 # apprise mqtt https://github.com/dgtlmoon/changedetection.io/issues/315 # use any version other than 2.0.x due to https://github.com/eclipse/paho.mqtt.python/issues/814