From 4a799965e77c18f8de4bb19b83a7f36cd6a51404 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 06:24:22 +0000 Subject: [PATCH] Bump gitpython from 3.1.50 to 3.1.58 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.50 to 3.1.58. - [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.50...3.1.58) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.58 dependency-type: direct:production ... 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 a770682..62fb0ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "uvicorn[standard]==0.32.0", "sse-starlette==2.1.3", "pyyaml==6.0.2", - "gitpython==3.1.50", + "gitpython==3.1.58", "pydantic==2.9.2", "python-multipart==0.0.32" ] diff --git a/requirements.txt b/requirements.txt index 9f13a99..a35b4b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ fastapi==0.115.0 uvicorn[standard]==0.32.0 sse-starlette==2.1.3 pyyaml==6.0.2 -gitpython==3.1.50 +gitpython==3.1.58 pydantic==2.9.2 python-multipart==0.0.32