From 3b123d974f123e526a9b17eae5d8a3ffcefdf90c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 16:45:57 +0200 Subject: [PATCH] chore(deps): bump apprise from 1.9.9 to 1.10.0 in /backend (#236) Bumps [apprise](https://github.com/caronc/apprise) from 1.9.9 to 1.10.0. - [Release notes](https://github.com/caronc/apprise/releases) - [Commits](https://github.com/caronc/apprise/compare/v1.9.9...v1.10.0) --- updated-dependencies: - dependency-name: apprise dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 5397858..4a6e4eb 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -41,7 +41,7 @@ redis==7.4.0 cryptography==48.0.0 # Updated: Fixed NULL pointer dereference (was 42.0.0) # Notifications -apprise==1.9.9 +apprise==1.10.0 # Monitoring & Logging prometheus-client==0.25.0