[PATCH] D143238: [LLVM Utils] Update GitPython for CVE-2022-24439

John Demme via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 3 15:30:04 PST 2023


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf2eb551801d5: [LLVM Utils] Update GitPython for CVE-2022-24439 (authored by jdd).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143238/new/

https://reviews.llvm.org/D143238

Files:
  llvm/utils/git/requirements.txt


Index: llvm/utils/git/requirements.txt
===================================================================
--- llvm/utils/git/requirements.txt
+++ llvm/utils/git/requirements.txt
@@ -1,6 +1,6 @@
 #
-# This file is autogenerated by pip-compile with python 3.9
-# To update, run:
+# This file is autogenerated by pip-compile with Python 3.8
+# by the following command:
 #
 #    pip-compile --output-file=requirements.txt requirements.txt.in
 #
@@ -14,7 +14,7 @@
     # via pygithub
 gitdb==4.0.9
     # via gitpython
-gitpython==3.1.28
+gitpython==3.1.30
     # via -r requirements.txt.in
 idna==3.4
     # via requests


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143238.494760.patch
Type: text/x-patch
Size: 619 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230203/fe92103f/attachment.bin>


More information about the llvm-commits mailing list