[llvm] 5da248c - [LLVM Utils] Update Certifi to 2023.5.7
Yuanfang Chen via llvm-commits
llvm-commits at lists.llvm.org
Tue May 30 14:45:43 PDT 2023
Author: Yuanfang Chen
Date: 2023-05-30T14:45:12-07:00
New Revision: 5da248c08f84fb089bb7b32aea39e48df4427699
URL: https://github.com/llvm/llvm-project/commit/5da248c08f84fb089bb7b32aea39e48df4427699
DIFF: https://github.com/llvm/llvm-project/commit/5da248c08f84fb089bb7b32aea39e48df4427699.diff
LOG: [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
Added:
Modified:
llvm/utils/git/requirements.txt
Removed:
################################################################################
diff --git a/llvm/utils/git/requirements.txt b/llvm/utils/git/requirements.txt
index 08d3e4eeb3f5b..d001cf0f5798d 100644
--- a/llvm/utils/git/requirements.txt
+++ b/llvm/utils/git/requirements.txt
@@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements.txt requirements.txt.in
#
-certifi==2022.9.24
+certifi==2023.5.7
# via requests
cffi==1.15.1
# via pynacl
More information about the llvm-commits
mailing list