From 72c08b2f1aca83cf2cb08b91ccfdbcbb31d7fa3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:42:17 +0000 Subject: [PATCH] Bump python-gitlab from 4.13.0 to 5.0.0 Bumps [python-gitlab](https://github.com/python-gitlab/python-gitlab) from 4.13.0 to 5.0.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.13.0...v5.0.0) --- updated-dependencies: - dependency-name: python-gitlab dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 83afea863..3584603ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ pyperclip==1.9.0 pydantic==2.9.2 colorama>=0.4.6 lxml==5.3.0 -python-gitlab==4.13.0 +python-gitlab==5.0.0 PyGithub==2.4.0 boto3>=1.28.0