From 82e5a7e825dad3471cfc1b95d905e1ff45ce254b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 00:30:51 +0000 Subject: [PATCH] Bump gitpython from 3.1.50 to 3.1.52 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.50 to 3.1.52. - [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.52) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.52 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..0928e3a 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.52", "pydantic==2.9.2", "python-multipart==0.0.32" ] diff --git a/requirements.txt b/requirements.txt index 9f13a99..ae608b5 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.52 pydantic==2.9.2 python-multipart==0.0.32