From b7cb6448d33fc5ecba0eab56f712c417b687ab1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 00:15:32 +0000 Subject: [PATCH] Bump gitpython from 3.1.41 to 3.1.47 in /llvm/utils/git Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.41 to 3.1.47. - [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.41...3.1.47) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.47 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- llvm/utils/git/requirements.txt | 6 ++---- llvm/utils/git/requirements.txt.in | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/llvm/utils/git/requirements.txt b/llvm/utils/git/requirements.txt index cd4ff2de2da0..9ad0dceb92a5 100644 --- a/llvm/utils/git/requirements.txt +++ b/llvm/utils/git/requirements.txt @@ -20,7 +20,7 @@ deprecated==1.2.13 # via pygithub gitdb==4.0.9 # via gitpython -gitpython==3.1.41 +gitpython==3.1.47 # via -r requirements.txt.in idna==3.4 # via requests @@ -29,9 +29,7 @@ pycparser==2.21 pygithub==1.59.1 # via -r requirements.txt.in pyjwt[crypto]==2.5.0 - # via - # pygithub - # pyjwt + # via pygithub pynacl==1.5.0 # via pygithub requests==2.31.0 diff --git a/llvm/utils/git/requirements.txt.in b/llvm/utils/git/requirements.txt.in index a8bda5c81140..c59ad8e5439b 100644 --- a/llvm/utils/git/requirements.txt.in +++ b/llvm/utils/git/requirements.txt.in @@ -5,4 +5,4 @@ certifi>=2023.7.22 # https://security.snyk.io/vuln/SNYK-PYTHON-CERTIFI-5805047 PyGithub==1.59.1 # For WorkflowRun.name -GitPython>=3.1.32 # https://security.snyk.io/vuln/SNYK-PYTHON-GITPYTHON-5840584 +GitPython>=3.1.47 # https://security.snyk.io/vuln/SNYK-PYTHON-GITPYTHON-5840584