From 3b2ee84288d785964c7d9fbb5828585b321faa3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 03:18:00 +0000 Subject: [PATCH] fix(deps): update apprise requirement from >=1.7.0 to >=1.9.9 Updates the requirements on [apprise](https://github.com/caronc/apprise) to permit the latest version. - [Release notes](https://github.com/caronc/apprise/releases) - [Commits](https://github.com/caronc/apprise/compare/v1.7.0...v1.9.9) --- updated-dependencies: - dependency-name: apprise dependency-version: 1.9.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7aaeda9..77cd15c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ dependencies = [ "docker>=7.0.0", "requests>=2.31.0", - "apprise>=1.7.0", + "apprise>=1.9.9", ] [project.optional-dependencies]