Skip to content

Commit 5824a4d

Browse files
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](gitpython-developers/GitPython@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] <support@github.com>
1 parent 119286f commit 5824a4d

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.47 \
253-
--hash=sha256:489f590edfd6d20571b2c0e72c6a6ac6915ee8b8cd04572330e3842207a78905 \
254-
--hash=sha256:dba27f922bd2b42cb54c87a8ab3cb6beb6bf07f3d564e21ac848913a05a8a3cd
252+
gitpython==3.1.49 \
253+
--hash=sha256:024b0422d7f84d15cd794844e029ffebd4c5d42a7eb9b936b458697ef550a02c \
254+
--hash=sha256:42f9399c9eb33fc581014bedd76049dfbaf6375aa2a5754575966387280315e1
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.47 # https://security.snyk.io/vuln/SNYK-PYTHON-GITPYTHON-5840584
11+
GitPython>=3.1.49 # https://security.snyk.io/vuln/SNYK-PYTHON-GITPYTHON-5840584

0 commit comments

Comments
 (0)