Skip to content

Commit 7abef3e

Browse files
dependabot[bot]igorpecovnik
authored andcommitted
build(deps): bump gitpython from 3.1.45 to 3.1.46
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.45 to 3.1.46. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.45...3.1.46) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.46 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6d2d2e9 commit 7abef3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pip == 25.3 # pip is the package installer for Python
99
setuptools == 80.9.0 # for building Python packages
1010
pyelftools == 0.32 # for building U-Boot
1111
unidiff == 0.7.5 # for parsing unified diff
12-
GitPython == 3.1.45 # for manipulating git repos
12+
GitPython == 3.1.46 # for manipulating git repos
1313
unidecode == 1.4.0 # for converting strings to ascii
1414
coloredlogs == 15.0.1 # for colored logging
1515
PyYAML == 6.0.3 # for parsing/writing YAML

0 commit comments

Comments
 (0)