From 71441814b9d65c4e26f70f81faaaa635c2f62392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Jul 2022 09:01:27 +0000 Subject: [PATCH] fix(deps): update python-gitlab requirement from ~=2.6 to >=2.6,<4.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/compare/v2.6.0...v3.6.0) --- updated-dependencies: - dependency-name: python-gitlab dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d4e7cb5f..4aa9bbdc 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ def get_version(): "requests~=2.23", "sretoolbox~=1.3.0", "semver~=2.13.0", - "python-gitlab~=2.6", + "python-gitlab>=2.6,<4.0", "checksumdir~=1.2", "docker ~=5.0.3", ],