Skip to content

Commit

Permalink
Update vendored Pip's CA cert bundle.
Browse files Browse the repository at this point in the history
Update to cacert.pem from certifi 2024.12.14.
See: pex-tool/pip#17
  • Loading branch information
jsirois authored Dec 15, 2024
1 parent 48a20b6 commit 3a70253
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pex/vendor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,11 @@ def create_packages(self):
# bringing it up to date with certifi 2024.7.4.
# 5.) https://github.com/pex-tool/pip/commit/963e2d662597bfa4298eb3c0c51bc113c4508a80
# Automated update of Pip's vendored certifi's cacert.pem to that from certifi 2024.8.30.
# 6.) https://github.com/pex-tool/pip/commit/b83e4ef396a98599111e96bfdcd19c5f3ee7c5c7
# Automated update of Pip's vendored certifi's cacert.pem to that from certifi 2024.12.14.
PIP_SPEC = VendorSpec.git(
repo="https://github.com/pex-tool/pip",
commit="963e2d662597bfa4298eb3c0c51bc113c4508a80",
commit="b83e4ef396a98599111e96bfdcd19c5f3ee7c5c7",
project_name="pip",
rewrite=False,
)
Expand Down

0 comments on commit 3a70253

Please sign in to comment.