From d1e842d42bb23fbdaa78d6dfdc5f0a0714f8cf45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 07:45:32 +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 7d3fab9f..c2af9544 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", ],