From 694ea1500d739fbfcf7ada973a26cf781db8ca30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 22:02:37 +0000 Subject: [PATCH] build(deps): 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bed8e16b..1456fdd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "Flask-SQLAlchemy==3.1.1", "Flask==3.1.3", "Jinja2==3.1.6", - "gitpython==3.1.50", + "gitpython==3.1.52", "cython==3.0.11", "mistune==3.3.3", "pygments==2.20.0",