From 93a1fcb36fcf0d11a69e982f4a977d94159d7ad0 Mon Sep 17 00:00:00 2001 From: Icy-Thought Date: Fri, 1 Nov 2024 18:36:20 +0100 Subject: [PATCH] chore: update PyGObject dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5b9abec..fde2d4e 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( extras_require={ "ui": [ "dbus-python >= 1.2, < 1.3", - "PyGObject >= 3.36, < 3.39", + "PyGObject >= 3.46, < 3.50", "dasbus == 1.7", "notify2 >= 0.3, < 0.4", ]