From ecdebc5426901f937c2a1a9cd051a85c132597d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 10:12:50 +0000 Subject: [PATCH] Bump gitpython from 3.1.30 to 3.1.32 in /llvm/utils/git Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.30 to 3.1.32. - [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.30...3.1.32) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- llvm/utils/git/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/utils/git/requirements.txt b/llvm/utils/git/requirements.txt index d001cf0f5798..69f994d87702 100644 --- a/llvm/utils/git/requirements.txt +++ b/llvm/utils/git/requirements.txt @@ -14,7 +14,7 @@ deprecated==1.2.13 # via pygithub gitdb==4.0.9 # via gitpython -gitpython==3.1.30 +gitpython==3.1.32 # via -r requirements.txt.in idna==3.4 # via requests