From f71f38bd3de00180b2dc632ef3cce90c558cfa06 Mon Sep 17 00:00:00 2001 From: Jonathan Schwender <55576758+jschwe@users.noreply.github.com> Date: Sun, 17 Nov 2024 11:54:15 +0100 Subject: [PATCH] mach: Fix notifications on windows 11 (#34266) Bumps notify-py to the latest version v0.3.43. Release notes: https://github.com/ms7m/notify-py/releases/tag/v0.3.43 This fixes notifications on windows 11. Signed-off-by: Jonathan Schwender --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 2c7f96a817a..c5635ed6bab 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -28,7 +28,7 @@ PyGithub == 1.58.1 six == 1.16 # For sending build notifications. -notify-py == 0.3.42 +notify-py == 0.3.43 # For wpt scripts and their tests. flask