From e80da85943b4d64a05d084d2155bfdb362dc1a3c Mon Sep 17 00:00:00 2001 From: Teklia Bot <bot@teklia.com> Date: Wed, 26 Jul 2023 11:03:15 +0000 Subject: [PATCH] Bump Python requirement python-gitlab to 3.15.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index abdac2bff4..d0eb2fc7d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ django-rq==2.8.1 djangorestframework==3.12.4 djangorestframework-simplejwt==5.2.2 drf-spectacular==0.18.2 -python-gitlab==3.14.0 +python-gitlab==3.15.0 python-memcached==1.59 pytz==2023.3 PyYAML==6.0 -- GitLab