From 9fccce069307eac6f4439bfe1e3af19ff59eee99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 06:41:27 +0000 Subject: [PATCH] deps: update gitpython requirement 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.0...3.1.46) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.46 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69a3d7d..b9f5126 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ sandbox = [ ] tools = [ "beautifulsoup4>=4.12.0,<5.0.0", - "gitpython>=3.1.0,<4.0.0", + "gitpython>=3.1.46,<4.0.0", ] dev = [ "pytest>=8.4.2,<9.0.0",