From 13e7a3a4d54586f38f054e882dd36ad6e65de0aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 16:05:31 +0000 Subject: [PATCH] Update apprise requirement from >=1.0.0 to >=1.10.0 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.0.0...v1.10.0) --- updated-dependencies: - dependency-name: apprise dependency-version: 1.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5bbccc0..d597ae2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ playwright>=1.40.0 colorama>=0.4.4 tqdm>=4.50.0 python-dotenv>=0.19.0 -apprise>=1.0.0 +apprise>=1.10.0 cryptography>=35.0.0