From c6d81f0f6477b09da047d8851d7bf3a7091b102e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 09:06:43 +0000 Subject: [PATCH] fix(deps): update dependency gitpython to v3.1.45 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 738e2d43f..9ce09d289 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "pydantic>=2.9.2", "pydantic-settings>=2.0.0", "PyGithub==2.6.1", - "GitPython==3.1.44", + "GitPython==3.1.45", "packaging>=24.2", "python-dotenv>=1.0.1", "giturlparse",