From 25f138a9e3d39056cfc50081919946cdfbdb9cbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 11:08:29 +0000 Subject: [PATCH] chore(deps-py)(deps): update gitpython requirement in /api 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.40...3.1.50) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.50 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index b0bed62..fa35cf3 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -22,7 +22,7 @@ httpx>=0.24.0 requests>=2.33.1 # Git Operations -gitpython>=3.1.40 +gitpython>=3.1.50 # GitHub Integration PyGithub>=2.1.1