build(deps): 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:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-08-14 06:31:44 +02:00
committed by Igor
parent d6dbf3aae6
commit 7599b96a44
+1 -1
View File
@@ -9,7 +9,7 @@ pip == 26.2.1 # pip is the package installer for Python
setuptools == 84.0.0 # for building Python packages
pyelftools == 0.33 # for building U-Boot
unidiff == 1.0.0 # for parsing unified diff
GitPython == 3.1.58 # for manipulating git repos
GitPython == 3.1.59 # for manipulating git repos
gitdb == 4.0.12 # required by GitPython (explicit pin: some pip caches omit transitive deps)
smmap == 5.0.3 # required by gitdb
unidecode == 1.4.0 # for converting strings to ascii