From fc7d8ee53a7382093055aa4549b17fe0cd42d259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 10:03:43 +0000 Subject: [PATCH] Bump python-gitlab Bumps the pip-version-updates group with 1 update in the /scanners/git-repo-scanner/scanner directory: [python-gitlab](https://github.com/python-gitlab/python-gitlab). Updates `python-gitlab` from 6.4.0 to 6.5.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/v6.4.0...v6.5.0) --- updated-dependencies: - dependency-name: python-gitlab dependency-version: 6.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-version-updates ... Signed-off-by: dependabot[bot] --- scanners/git-repo-scanner/scanner/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scanners/git-repo-scanner/scanner/requirements.txt b/scanners/git-repo-scanner/scanner/requirements.txt index e6b04f77b0..f037b2ef95 100644 --- a/scanners/git-repo-scanner/scanner/requirements.txt +++ b/scanners/git-repo-scanner/scanner/requirements.txt @@ -3,6 +3,6 @@ # SPDX-License-Identifier: Apache-2.0 PyGithub == 2.8.1 -python-gitlab == 6.4.0 +python-gitlab == 6.5.0 pytimeparse == 1.1.8 pytz == 2025.2