From 293b0dabceba1f47e365d6a7fe1d0e10546f13b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:20:23 +0000 Subject: [PATCH] chore(deps): update dependency windows-toasts to v1.3.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9760db6..6bdca75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,5 @@ pytest==8.3.3 pytest-playwright==0.5.2 caldav==1.3.9 pwinput==1.0.3 -windows-toasts==1.0.2; platform_system == "Windows" +windows-toasts==1.3.0; platform_system == "Windows" macos-notifications==0.2.1; platform_system == "Darwin"