From 8a220e68da9168c97976fa1634b32631475b15ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:57:24 +0000 Subject: [PATCH] build(deps): Update gitpython requirement from >=3.1.0 to >=3.1.46 Updates the requirements on [gitpython](https://github.com/gitpython-developers/GitPython) to permit the latest version. - [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.0...3.1.46) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.46 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e82b11cf8..c8a91005d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "pydantic-settings>=2.0.0", "rich>=13.0.0", "typer>=0.12.0", - "gitpython>=3.1.0", + "gitpython>=3.1.46", "python-dotenv>=1.0.0", "structlog>=24.0.0", "httpx>=0.27.0",