From 328e65609c2a03a26619d3927b68e7f0dfaaed73 Mon Sep 17 00:00:00 2001 From: Teklia Bot <contact@teklia.com> Date: Mon, 28 Nov 2022 11:01:08 +0000 Subject: [PATCH] Bump Python requirement python-gitlab to 3.12.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2f8273ef28..b6cb2e75e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ django-rq==2.6.0 djangorestframework==3.12.4 drf-spectacular==0.18.2 gitpython==3.1.27 -python-gitlab==2.10.1 +python-gitlab==3.12.0 python-memcached==1.59 pytz==2022.6 PyYAML==6.0 -- GitLab