From 5824a4d015c404443fa4ce688786df54a91c4b8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 10:50:31 +0000 Subject: [PATCH] Bump gitpython from 3.1.47 to 3.1.49 in /llvm/utils/git Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.47 to 3.1.49. - [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.47...3.1.49) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.49 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 46eb6d21efe3..2be5809d4bca 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.47 \ - --hash=sha256:489f590edfd6d20571b2c0e72c6a6ac6915ee8b8cd04572330e3842207a78905 \ - --hash=sha256:dba27f922bd2b42cb54c87a8ab3cb6beb6bf07f3d564e21ac848913a05a8a3cd +gitpython==3.1.49 \ + --hash=sha256:024b0422d7f84d15cd794844e029ffebd4c5d42a7eb9b936b458697ef550a02c \ + --hash=sha256:42f9399c9eb33fc581014bedd76049dfbaf6375aa2a5754575966387280315e1 # via -r requirements.txt.in idna==3.8 \ --hash=sha256:050b4e5baadcd44d760cedbd2b8e639f2ff89bbc7a5730fcc662954303377aac \ diff --git a/llvm/utils/git/requirements.txt.in b/llvm/utils/git/requirements.txt.in index 7c6bf5248ac5..fbacb8e54570 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.47 # https://security.snyk.io/vuln/SNYK-PYTHON-GITPYTHON-5840584 +GitPython>=3.1.49 # https://security.snyk.io/vuln/SNYK-PYTHON-GITPYTHON-5840584