From 1f3a285df5baa6cf77c5a9ad72e8280d29c6f377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 11:00:23 +0000 Subject: [PATCH] (chore): Update windows-toasts requirement from >=1.1 to >=1.3.1 Updates the requirements on [windows-toasts](https://github.com/DatGuy1/Windows-Toasts) to permit the latest version. - [Release notes](https://github.com/DatGuy1/Windows-Toasts/releases) - [Changelog](https://github.com/DatGuy1/Windows-Toasts/blob/main/CHANGELOG.rst) - [Commits](https://github.com/DatGuy1/Windows-Toasts/compare/v1.1.0...v1.3.1) --- updated-dependencies: - dependency-name: windows-toasts dependency-version: 1.3.1 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 7b62909..0510606 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "send2trash>=1.8", "pywin32>=306; sys_platform == 'win32'", "winshell>=0.6; sys_platform == 'win32'", - "windows-toasts>=1.1; sys_platform == 'win32'", + "windows-toasts>=1.3.1; sys_platform == 'win32'", "httpx>=0.27", "textual>=0.60", ]