-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule certifi
updated
13 files
+39 −0 | .github/workflows/ci.yml | |
+1 −1 | LICENSE | |
+3 −0 | MANIFEST.in | |
+17 −8 | README.rst | |
+3 −2 | certifi/__init__.py | |
+12 −2 | certifi/__main__.py | |
+1,063 −1,001 | certifi/cacert.pem | |
+54 −21 | certifi/core.py | |
+0 −0 | certifi/py.typed | |
+0 −0 | certifi/tests/__init__.py | |
+20 −0 | certifi/tests/test_certify.py | |
+9 −8 | setup.py | |
+2 −2 | strip-non-ascii |
Submodule ujson
updated
from 7d0f4f to 682c66
Submodule urllib3
updated
from 8ccf97 to fb1e47