From aaa865eab0089afd66a7498bb440df979d64ab1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 16:49:00 +0000 Subject: [PATCH] chore(deps): update python-gitlab requirement from >=8.0 to >=8.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/v8.0.0...v8.4.0) --- updated-dependencies: - dependency-name: python-gitlab dependency-version: 8.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e33d4c5..3fb6e89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ deepagents = [ ] # --- Platforms: collect MR/PR metadata + publish comments --- -gitlab = ["python-gitlab>=8.0"] +gitlab = ["python-gitlab>=8.4.0"] github = ["httpx>=0.28"] # + `gh` CLI authenticated bitbucket = ["httpx>=0.28"] # Bitbucket Data Center (self-hosted)