From 6a70186ebf0d173af68070ff1523b317d6e79d7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 01:43:03 +0000 Subject: [PATCH] Build(deps): Bump gitpython from 3.1.51 to 3.1.52 in /requirements Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.51 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.51...3.1.52) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.52 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 82f0158b..0e2ec255 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,4 +1,4 @@ -gitpython==3.1.51 +gitpython==3.1.52 packaging==26.2 pytest==9.1.1 pytest-xdist==3.8.0