diff --git a/requirements.txt b/requirements.txt index 0d2a9ef..e7b944a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ setuptools~=82.0.0 pexpect~=4.9.0 GitPython~=3.1.45 PyGithub~=2.8.1 -python-gitlab~=8.0.0 +python-gitlab~=8.1.0 cryptography~=46.0.3 python-dotenv~=1.2.1 niklibrary~=0.55 diff --git a/setup.py b/setup.py index 7b25473..8ecbc1d 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,<8.2', 'cryptography>=43.0.3,<46.1.0', 'python-dotenv>=1.0.1,<1.2.0', 'niklibrary~=0.28'