From d42d7a58fa36c097b5772071a51f2cae9a6453a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 01:12:56 +0000 Subject: [PATCH] chore(deps): bump gitpython from 3.1.44 to 3.1.46 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.44 to 3.1.46. - [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.44...3.1.46) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.46 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 738e2d43f..3e04bc27d 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.46", "packaging>=24.2", "python-dotenv>=1.0.1", "giturlparse",