Skip to content

Commit d311e6e

Browse files
authored
Upgrade certifi to 2023.7.22 (#12206)
1 parent a19ade7 commit d311e6e

File tree

4 files changed

+188
-141
lines changed

4 files changed

+188
-141
lines changed

news/certifi.vendor.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade certifi to 2023.7.22

src/pip/_vendor/certifi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .core import contents, where
22

33
__all__ = ["contents", "where"]
4-
__version__ = "2023.05.07"
4+
__version__ = "2023.07.22"

0 commit comments

Comments
 (0)