Files
clang-p2996/llvm/utils/git/requirements.txt
Yuanfang Chen 5da248c08f [LLVM Utils] Update Certifi to 2023.5.7
Certifi 2022.12.07 removes root certificates from "TrustCor" from the
root store. These are in the process of being removed from Mozilla's
trust store.

https://groups.google.com/a/mozilla.org/g/dev-security-policy/c/oxX69KFvsm4/m/yLohoVqtCgAJ
2023-05-30 14:45:12 -07:00

37 lines
705 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==2023.5.7
# 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