From 8b22b9863c2bafeee75fc1db9eef09618da7f6f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 21:55:39 +0000 Subject: [PATCH] Bump gitpython from 3.1.47 to 3.1.50 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.47 to 3.1.50. - [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.47...3.1.50) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.50 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 30413c8..335ae7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "jinja2==3.1.6", "openai==2.32.0", "google-genai==1.56.0", - "GitPython==3.1.47", + "GitPython==3.1.50", "tqdm==4.67.3" ] requires-python = ">=3.8" diff --git a/requirements.txt b/requirements.txt index b2f0982..6a28281 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ requests==2.32.5 jinja2==3.1.6 openai==2.32.0 google-genai==1.56.0 -GitPython==3.1.47 +GitPython==3.1.50 tqdm==4.67.3