From ece0d34eaf9c8864b5918f8a7ff2e54f8f2730a2 Mon Sep 17 00:00:00 2001 From: Teklia Bot <contact@teklia.com> Date: Fri, 14 Jan 2022 14:01:41 +0000 Subject: [PATCH] Bump Python requirement python-gitlab to 3.1.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e5cf961f..dd3806a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ arkindex-client==1.0.7 peewee==3.14.4 Pillow==8.4.0 -python-gitlab==2.7.1 +python-gitlab==3.1.0 python-gnupg==0.4.7 sh==1.14.2 tenacity==8.0.1 -- GitLab