Skip to content

Commit bed6de5

Browse files
Bump gitpython from 3.1.43 to 3.1.47 in /llvm/utils/git
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.43 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.43...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 0c5c6fb commit bed6de5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

llvm/utils/git/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,9 @@ gitdb==4.0.11 \
249249
--hash=sha256:81a3407ddd2ee8df444cbacea00e2d038e40150acfa3001696fe0dcf1d3adfa4 \
250250
--hash=sha256:bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b
251251
# via gitpython
252-
gitpython==3.1.43 \
253-
--hash=sha256:35f314a9f878467f5453cc1fee295c3e18e52f1b99f10f6cf5b1682e968a9e7c \
254-
--hash=sha256:eec7ec56b92aad751f9912a73404bc02ba212a23adb2c7098ee668417051a1ff
252+
gitpython==3.1.47 \
253+
--hash=sha256:489f590edfd6d20571b2c0e72c6a6ac6915ee8b8cd04572330e3842207a78905 \
254+
--hash=sha256:dba27f922bd2b42cb54c87a8ab3cb6beb6bf07f3d564e21ac848913a05a8a3cd
255255
# via -r requirements.txt.in
256256
idna==3.8 \
257257
--hash=sha256:050b4e5baadcd44d760cedbd2b8e639f2ff89bbc7a5730fcc662954303377aac \

llvm/utils/git/requirements.txt.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ PyGithub==2.4.0 # >=1.59.1 For WorkflowRun.name
88
# >= 2.2.0 for permission arg to Repository.get_collaborators
99
# >= Fix for https://github.com/PyGithub/PyGithub/issues/3001
1010
# (variables in graphql query).
11-
GitPython>=3.1.32 # https://security.snyk.io/vuln/SNYK-PYTHON-GITPYTHON-5840584
11+
GitPython>=3.1.47 # https://security.snyk.io/vuln/SNYK-PYTHON-GITPYTHON-5840584

0 commit comments

Comments
 (0)