From f2cbeae74979b621f536fc8c9f47fa5b9cf21db4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 03:12:22 +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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bdbdb8c4..2e4a2734 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ def _get_version() -> str: "cssselect==1.4.0", "cssutils==2.15.0", "ftfy==6.3.1", - "gitpython==3.1.50", + "gitpython==3.1.52", "installed_browsers==0.1.5", "lxml==6.1.1", "natsort==8.4.0",