From 7a5e56ecca4be77570d5e9b979f26de15c94a5f5 Mon Sep 17 00:00:00 2001 From: Peter Zmilczak Date: Thu, 28 May 2026 10:46:35 +0000 Subject: [PATCH] chore(deps): update dependency python-gitlab to v8.4.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0fc5a6c..96b9317 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # for alpine we need py3-yaml PyYAML==6.0.3 GitPython==3.1.50 -python-gitlab==8.3.0 +python-gitlab==8.4.0 requests==2.34.0 pytest==9.0.3