From bfc148eda88964bf2c8ea99c7a2ec8c7aee24e14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 00:45:57 +0000 Subject: [PATCH] build(deps): bump gitpython from 3.1.44 to 3.1.45 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.44 to 3.1.45. - [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.44...3.1.45) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.45 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 47194ff2d..3eed89ed7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ pip == 25.2 # pip is the package installer for Python setuptools == 80.9.0 # for building Python packages pyelftools == 0.32 # for building U-Boot unidiff == 0.7.5 # for parsing unified diff -GitPython == 3.1.44 # for manipulating git repos +GitPython == 3.1.45 # for manipulating git repos unidecode == 1.4.0 # for converting strings to ascii coloredlogs == 15.0.1 # for colored logging PyYAML == 6.0.2 # for parsing/writing YAML