From e1b57111ecf404ab70a94de29c12909c920a158c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 23:27:31 +0000 Subject: [PATCH] Bump gitpython from 3.1.47 to 3.1.49 in /.ci/lumen_cli Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.47 to 3.1.49. - [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.47...3.1.49) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.49 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 076e5ff694c0..b25e6cca92b3 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.47", + "GitPython==3.1.49", "docker==7.1.0", "uv==0.11.6" ]