From 435573ea071283ff161030b3cba28deb0cc60d05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 04:27:04 +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 43d8ab5b6..0f6e3de47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "unidiff>=0.7.5", "datamodel-code-generator>=0.26.5", "PyGithub==2.6.1", - "GitPython==3.1.44", + "GitPython==3.1.45", "psutil>=5.8.0", "fastapi[standard]<1.0.0,>=0.115.2", "starlette<1.0.0,>=0.16.0",