From 1fe76708dfd06b43dad44eb21167a4b808bce981 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Fri, 14 Mar 2025 11:22:41 +0100
Subject: [PATCH] Add constraint for pip PyGObject

---
 plugins/_module/pip_update.py | 3 ++-
 roles/nextcloud               | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/plugins/_module/pip_update.py b/plugins/_module/pip_update.py
index 566aff8..f7d404f 100755
--- a/plugins/_module/pip_update.py
+++ b/plugins/_module/pip_update.py
@@ -31,7 +31,8 @@ def main():
         'msgpack': '1.0.7',
         'requests': '2.31.0',#https://github.com/docker/docker-py/issues/3256
         'cloudflare': '2.20.0',# Certbot fails with 3.0.1
-        'certbot-dns-cloudflare': '2.10.0'# Certbot fails with 3.0.1
+        'certbot-dns-cloudflare': '2.10.0',# Certbot fails with 3.0.1
+        'PyGObject': '3.50.0'# Doesn't update on ubuntu 22 for missing dependency girepository-2.0
     }
     mode = module.params['mode']
     executable = module.params['executable']
diff --git a/roles/nextcloud b/roles/nextcloud
index f1e98ef..98fd087 160000
--- a/roles/nextcloud
+++ b/roles/nextcloud
@@ -1 +1 @@
-Subproject commit f1e98ef97fc795f6c16d50351b3a0448f8c96e47
+Subproject commit 98fd087f662385ebce678a016878eeb2b065d2b3
-- 
GitLab