From 8d743039d9dc46028732d660ccad635551ab56cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 20:29:43 +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 08d3e4eeb3f5..bb5c3d51a95d 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