From 4282000b70f58c6e01924bffd853bbc5412d5ad2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 00:45:10 +0000 Subject: [PATCH] Bump apprise from 1.9.6 to 1.9.9 Bumps [apprise](https://github.com/caronc/apprise) from 1.9.6 to 1.9.9. - [Release notes](https://github.com/caronc/apprise/releases) - [Commits](https://github.com/caronc/apprise/compare/v1.9.6...v1.9.9) --- updated-dependencies: - dependency-name: apprise dependency-version: 1.9.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a982550..325fd82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ "Programming Language :: Python :: 3.13", ] dependencies = [ - "apprise==1.9.6", + "apprise==1.9.9", "platformdirs==4.4.0" ]