From e0b2f5b1e968b90d4a40d3344665ebf384b86a09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 19:06:23 +0530 Subject: [PATCH] security(deps): update gitpython requirement from >=3.1.30 to >=3.1.50 (#630) 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.30...3.1.50) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.50 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47b08c27..c1f8df1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dependencies = [ "plotly>=5.10.0", "ipywidgets>=8.0.0", "requests>=2.32.5", - "GitPython>=3.1.30", + "GitPython>=3.1.50", "chardet>=5.1.0", "protobuf>=5.29.1,<7.0", "grpcio>=1.71.2",