From 57feb1876cebd7e29258594e0dca06d023709c33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 00:47:10 +0000 Subject: [PATCH] Bump apprise from 1.9.6 to 1.9.7 Bumps [apprise](https://github.com/caronc/apprise) from 1.9.6 to 1.9.7. - [Release notes](https://github.com/caronc/apprise/releases) - [Commits](https://github.com/caronc/apprise/compare/v1.9.6...v1.9.7) --- updated-dependencies: - dependency-name: apprise dependency-version: 1.9.7 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..02210bf 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.7", "platformdirs==4.4.0" ]