diff --git a/requirements.txt b/requirements.txt index 47b2fe6..c0a8ecd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ setuptools~=80.9.0 pexpect~=4.9.0 GitPython~=3.1.45 PyGithub~=2.8.1 -python-gitlab~=7.0.0 +python-gitlab~=7.1.0 cryptography~=46.0.3 python-dotenv~=1.2.1 niklibrary~=0.53 diff --git a/setup.py b/setup.py index 7b25473..6693fd3 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ 'pexpect~=4.9.0', 'GitPython~=3.1.43', 'PyGithub~=2.4.0', - 'python-gitlab>=5.0,<7.1', + 'python-gitlab>=5.0,<7.2', 'cryptography>=43.0.3,<46.1.0', 'python-dotenv>=1.0.1,<1.2.0', 'niklibrary~=0.28'