From e3a8091c5f96d1ec8105e6599f51617038f5b8d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 01:35:59 +0000 Subject: [PATCH] chore(deps): update gitpython requirement Updates the requirements on [gitpython](https://github.com/gitpython-developers/GitPython) to permit the latest version. Updates `gitpython` to 3.1.62 - [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.61...3.1.62) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.62 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 749da80..a572492 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ ollama>=0.6.2,<1.0.0 groq>=1.7.0,<2.0.0 -gitpython>=3.1.61,<4.0.0 +gitpython>=3.1.62,<4.0.0 pyperclip>=1.11.0,<2.0.0 rich>=15.0.0,<16.0.0 requests>=2.34.2,<3.0.0