From 4ce9e7fc5fdd5da1cb4806f12a03aed6d91abd17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 11:06:40 +0000 Subject: [PATCH] Bump gitpython from 3.1.45 to 3.1.50 in /.ci/lumen_cli Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.45 to 3.1.50. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.45...3.1.50) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.50 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .ci/lumen_cli/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/lumen_cli/pyproject.toml b/.ci/lumen_cli/pyproject.toml index 9f5b87634a3f3..575292d3c11de 100644 --- a/.ci/lumen_cli/pyproject.toml +++ b/.ci/lumen_cli/pyproject.toml @@ -3,7 +3,7 @@ name = "lumen-ci" version = "0.1.0" dependencies = [ "pyyaml==6.0.2", - "GitPython==3.1.45", + "GitPython==3.1.50", "docker==7.1.0", "pytest==7.3.2", "uv==0.9.6"