From ef7054a46b4f1c3cbddfb36d13da8b812bc59645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 11:22:08 +0000 Subject: [PATCH] build(deps-dev): bump gitpython from 3.1.58 to 3.1.59 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.58 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.58...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 85a61e15b4..ec24ee8db4 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -17,6 +17,6 @@ requests==2.33.0 ruamel.yaml==0.17.21 asgiref==3.7.2 psutil==7.2.2 -GitPython==3.1.58 +GitPython==3.1.59 pre-commit==3.7.0 ruff==0.16.1