From 93b05fc0af7cafd22999d78139ee81b238f26776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 12:27:19 +0000 Subject: [PATCH] build(deps-dev): bump gitpython from 3.1.52 to 3.1.59 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.52 to 3.1.59. - [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.52...3.1.59) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.59 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index ae6d9ea63be..7dcdcde8e02 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -15,6 +15,6 @@ requests==2.32.3 ruamel.yaml==0.17.21 asgiref==3.7.2 psutil==7.2.2 -GitPython==3.1.52 +GitPython==3.1.59 pre-commit==3.7.0 ruff==0.14.1