From 55e9a582f8204575ecad3f5deb15480983ec10ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 15:23:45 +0000 Subject: [PATCH] chore(deps-dev): update pygobject requirement Updates the requirements on [pygobject](https://pygobject.gnome.org) to permit the latest version. --- updated-dependencies: - dependency-name: pygobject dependency-version: 3.58.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2da3ee5..f307611 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ share = [ # Native Linux AT-SPI observation. The host must also provide the AT-SPI # typelib/runtime (for example gir1.2-atspi-2.0 on Debian/Ubuntu). linux = [ - "PyGObject>=3.46,<3.50; sys_platform == 'linux'", + "PyGObject>=3.46,<3.59; sys_platform == 'linux'", ] # Everything