From 910ac4c81f54bed465c1f08b5340cf0ea5ca7e20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 19:39:55 +0000 Subject: [PATCH] fix(deps): update dependency apprise to v1.9.9 (#7327) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 16b8daa89..1a5d359c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "alembic==1.18.4", "aniso8601==10.0.1", "appdirs==1.4.4", - "apprise==1.9.8", + "apprise==1.9.9", "bcrypt==5.0.0", "extruct==0.18.0", "fastapi==0.135.1", diff --git a/uv.lock b/uv.lock index 1f09d9417..361c3af5c 100644 --- a/uv.lock +++ b/uv.lock @@ -77,7 +77,7 @@ wheels = [ [[package]] name = "apprise" -version = "1.9.8" +version = "1.9.9" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "certifi" }, @@ -88,9 +88,9 @@ dependencies = [ { name = "requests-oauthlib" }, { name = "tzdata", marker = "sys_platform == 'win32'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/2a/65/341fce6f9c8848219ee588bed3acfa36314ae32640d79fd5c31bbcf83f04/apprise-1.9.8.tar.gz", hash = "sha256:2e06f9ebad47e67f3f184bb789a7966bec3261a53556c90acb1b1cdb85d84a2c", size = 2025145, upload-time = "2026-03-08T21:01:47.037Z" } +sdist = { url = "https://files.pythonhosted.org/packages/20/f4/be5c7e39b83a2285ab62ae7c19bb10704836f59c0a5b4c471730f54c9f98/apprise-1.9.9.tar.gz", hash = "sha256:fd622c0df16bdc79ed385539735573488cafe2405d25747e87eebd6b09b26012", size = 2032822, upload-time = "2026-03-21T17:49:14.041Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/05/5c/69b9eb602d2f80f5914d9ff17ad008023f2cfe108376feefca59ca4cf940/apprise-1.9.8-py3-none-any.whl", hash = "sha256:347051773cc320bc72e23f0579a26a81fbf9208b65dc01eb07301317515b1c5b", size = 1517521, upload-time = "2026-03-08T21:01:44.777Z" }, + { url = "https://files.pythonhosted.org/packages/e6/2f/54d068d7e011a8b4e0aae3e93b09a30b33bcf780829fe70c6e8876aeb0e0/apprise-1.9.9-py3-none-any.whl", hash = "sha256:55ceb8827a1c783d683881c9f77fa42eb43b3fc91b854419c452d557101c7068", size = 1519940, upload-time = "2026-03-21T17:49:11.847Z" }, ] [[package]] @@ -945,7 +945,7 @@ requires-dist = [ { name = "alembic", specifier = "==1.18.4" }, { name = "aniso8601", specifier = "==10.0.1" }, { name = "appdirs", specifier = "==1.4.4" }, - { name = "apprise", specifier = "==1.9.8" }, + { name = "apprise", specifier = "==1.9.9" }, { name = "authlib", specifier = "==1.6.9" }, { name = "bcrypt", specifier = "==5.0.0" }, { name = "beautifulsoup4", specifier = "==4.14.3" },