From a0557cc59478a2cbd5c6285b48ba3b8a1dcbd978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 11:32:32 +0000 Subject: [PATCH] Bump the pip-version-updates group across 1 directory with 3 updates Bumps the pip-version-updates group with 3 updates in the /scanners/git-repo-scanner/scanner directory: [pygithub](https://github.com/pygithub/pygithub), [python-gitlab](https://github.com/python-gitlab/python-gitlab) and [pytz](https://github.com/stub42/pytz). Updates `pygithub` from 1.54.1 to 2.8.1 - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst) - [Commits](https://github.com/pygithub/pygithub/compare/v1.54.1...v2.8.1) Updates `python-gitlab` from 2.6.0 to 6.3.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/v2.6.0...v6.3.0) Updates `pytz` from 2021.1 to 2025.2 - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2021.1...release_2025.2) --- updated-dependencies: - dependency-name: pygithub dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-version-updates - dependency-name: python-gitlab dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-version-updates - dependency-name: pytz dependency-version: '2025.2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-version-updates ... Signed-off-by: dependabot[bot] --- scanners/git-repo-scanner/scanner/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scanners/git-repo-scanner/scanner/requirements.txt b/scanners/git-repo-scanner/scanner/requirements.txt index 8f0063c892..e6b04f77b0 100644 --- a/scanners/git-repo-scanner/scanner/requirements.txt +++ b/scanners/git-repo-scanner/scanner/requirements.txt @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: Apache-2.0 -PyGithub == 1.54.1 -python-gitlab == 2.6.0 +PyGithub == 2.8.1 +python-gitlab == 6.4.0 pytimeparse == 1.1.8 -pytz == 2021.1 +pytz == 2025.2