Skip to content

Commit b7cb644

Browse files
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](gitpython-developers/GitPython@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] <support@github.com>
1 parent 044d152 commit b7cb644

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

llvm/utils/git/requirements.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ deprecated==1.2.13
2020
# via pygithub
2121
gitdb==4.0.9
2222
# via gitpython
23-
gitpython==3.1.41
23+
gitpython==3.1.47
2424
# via -r requirements.txt.in
2525
idna==3.4
2626
# via requests
@@ -29,9 +29,7 @@ pycparser==2.21
2929
pygithub==1.59.1
3030
# via -r requirements.txt.in
3131
pyjwt[crypto]==2.5.0
32-
# via
33-
# pygithub
34-
# pyjwt
32+
# via pygithub
3533
pynacl==1.5.0
3634
# via pygithub
3735
requests==2.31.0

llvm/utils/git/requirements.txt.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
certifi>=2023.7.22 # https://security.snyk.io/vuln/SNYK-PYTHON-CERTIFI-5805047
77
PyGithub==1.59.1 # For WorkflowRun.name
8-
GitPython>=3.1.32 # https://security.snyk.io/vuln/SNYK-PYTHON-GITPYTHON-5840584
8+
GitPython>=3.1.47 # https://security.snyk.io/vuln/SNYK-PYTHON-GITPYTHON-5840584

0 commit comments

Comments
 (0)