From 9e9b0cf965d4778928a5a69c5d90c2e182b5f79e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 20:22:09 +0000 Subject: [PATCH] Bump gitpython from 3.1.50 to 3.1.54 in /llvm/utils/git Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.50 to 3.1.54. - [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.50...3.1.54) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.54 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, 4 insertions(+), 4 deletions(-) diff --git a/llvm/utils/git/requirements.txt b/llvm/utils/git/requirements.txt index 81b1d4abe41f..c10f8bdef4e7 100644 --- a/llvm/utils/git/requirements.txt +++ b/llvm/utils/git/requirements.txt @@ -249,9 +249,9 @@ gitdb==4.0.11 \ --hash=sha256:81a3407ddd2ee8df444cbacea00e2d038e40150acfa3001696fe0dcf1d3adfa4 \ --hash=sha256:bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b # via gitpython -gitpython==3.1.50 \ - --hash=sha256:80da2d12504d52e1f998772dc5baf6e553f8d2fcfe1fcc226c9d9a2ee3372dcc \ - --hash=sha256:d352abe2908d07355014abdd21ddf798c2a961469239afec4962e9da884858f9 +gitpython==3.1.54 \ + --hash=sha256:53f2085e24a2cda300eed7c3fc5f1559ae289634b725e98acaf4791940247aa0 \ + --hash=sha256:b90d7b3d9bc0238681d24369130826f0dcdb0ceaa45db67cf1d4ffa4c302dedf # via -r requirements.txt.in idna==3.15 \ --hash=sha256:048adeaf8c2d788c40fee287673ccaa74c24ffd8dcf09ffa555a2fbb59f10ac8 \ diff --git a/llvm/utils/git/requirements.txt.in b/llvm/utils/git/requirements.txt.in index 17ae27ea34b7..7da581926e4e 100644 --- a/llvm/utils/git/requirements.txt.in +++ b/llvm/utils/git/requirements.txt.in @@ -8,4 +8,4 @@ PyGithub==2.4.0 # >=1.59.1 For WorkflowRun.name # >= 2.2.0 for permission arg to Repository.get_collaborators # >= Fix for https://github.com/PyGithub/PyGithub/issues/3001 # (variables in graphql query). -GitPython>=3.1.50 # https://security.snyk.io/vuln/SNYK-PYTHON-GITPYTHON-5840584 +GitPython>=3.1.54 # https://security.snyk.io/vuln/SNYK-PYTHON-GITPYTHON-5840584