From 81978ba7773d5d619e0263bf210969c7f3c47bf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 14:10:57 +0000 Subject: [PATCH] Update python-gitlab requirement from ~=8.0.0 to ~=8.1.0 Updates the requirements on [python-gitlab](https://github.com/python-gitlab/python-gitlab) to permit the latest version. - [Release notes](https://github.com/python-gitlab/python-gitlab/releases) - [Changelog](https://github.com/python-gitlab/python-gitlab/blob/main/CHANGELOG.md) - [Commits](https://github.com/python-gitlab/python-gitlab/commits/v8.1.0) --- updated-dependencies: - dependency-name: python-gitlab dependency-version: 8.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'