From 23bca74ffff0cc4fc85c1619f84315de08a3aa37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 08:39:10 +0000 Subject: [PATCH] Bump gitpython from 3.1.45 to 3.1.59 in /.ci/lumen_cli Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.45 to 3.1.59. - [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.59) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.59 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..fd113dd9e8675 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.59", "docker==7.1.0", "pytest==7.3.2", "uv==0.9.6"