From 7a535883134b91727a97735d7cadc0fe8397e976 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 15:54:02 +0000 Subject: [PATCH] Bump gitpython from 3.1.45 to 3.1.52 in /.ci/lumen_cli Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.45 to 3.1.52. - [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.52) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.52 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..6e4a4a2994017 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.52", "docker==7.1.0", "pytest==7.3.2", "uv==0.9.6"