Files
clang-p2996/llvm/utils/git/requirements.txt
John Demme f2eb551801 [LLVM Utils] Update GitPython for CVE-2022-24439
GitPython 3.1.28 has a security vulnerability which was fixed in 3.1.30:
	https://nvd.nist.gov/vuln/detail/CVE-2022-24439

Differential Revision: https://reviews.llvm.org/D143238
2023-02-03 23:29:36 +00:00

37 lines
706 B
Plaintext

#
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --output-file=requirements.txt requirements.txt.in
#
certifi==2022.9.24
# via requests
cffi==1.15.1
# via pynacl
charset-normalizer==2.1.1
# via requests
deprecated==1.2.13
# via pygithub
gitdb==4.0.9
# via gitpython
gitpython==3.1.30
# via -r requirements.txt.in
idna==3.4
# via requests
pycparser==2.21
# via cffi
pygithub==1.55
# via -r requirements.txt.in
pyjwt==2.5.0
# via pygithub
pynacl==1.5.0
# via pygithub
requests==2.28.1
# via pygithub
smmap==5.0.0
# via gitdb
urllib3==1.26.12
# via requests
wrapt==1.14.1
# via deprecated