From 0c29d27b614a0457095221a6a76634e3959ab2ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 11:40:14 +0000 Subject: [PATCH] chore(deps): bump python-gitlab from 4.1.1 to 4.2.0 Bumps [python-gitlab](https://github.com/python-gitlab/python-gitlab) from 4.1.1 to 4.2.0. - [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/v4.1.1...v4.2.0) --- updated-dependencies: - dependency-name: python-gitlab dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 808e5953f..737cde191 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ def get_version_file_path(): "MarkupSafe==2.1.3", "mergedeep==1.3.4", "packaging==23.2", - "python-gitlab==4.1.1", + "python-gitlab==4.2.0", "requests==2.31.0", "ruamel.yaml==0.17.21", "types-requests==2.31.0.10",