|
169 | 169 | "type": "pypi", |
170 | 170 | "namespace": null, |
171 | 171 | "name": "certifi", |
172 | | - "version": "2025.8.3", |
| 172 | + "version": "2025.10.5", |
173 | 173 | "qualifiers": {}, |
174 | 174 | "subpath": null, |
175 | 175 | "primary_language": "Python", |
176 | 176 | "description": "Python package for providing Mozilla's CA Bundle.\nCertifi: Python SSL Certificates\n================================\n\nCertifi provides Mozilla's carefully curated collection of Root Certificates for\nvalidating the trustworthiness of SSL certificates while verifying the identity\nof TLS hosts. It has been extracted from the `Requests`_ project.\n\nInstallation\n------------\n\n``certifi`` is available on PyPI. Simply install it with ``pip``::\n\n $ pip install certifi\n\nUsage\n-----\n\nTo reference the installed certificate authority (CA) bundle, you can use the\nbuilt-in function::\n\n >>> import certifi\n\n >>> certifi.where()\n '/usr/local/lib/python3.7/site-packages/certifi/cacert.pem'\n\nOr from the command line::\n\n $ python -m certifi\n /usr/local/lib/python3.7/site-packages/certifi/cacert.pem\n\nEnjoy!\n\n.. _`Requests`: https://requests.readthedocs.io/en/master/\n\nAddition/Removal of Certificates\n--------------------------------\n\nCertifi does not support any addition/removal or other modification of the\nCA trust store content. This project is intended to provide a reliable and\nhighly portable root of trust to python deployments. Look to upstream projects\nfor methods to use alternate trust.", |
177 | | - "release_date": "2025-08-03T03:07:45", |
| 177 | + "release_date": "2025-10-05T04:12:14", |
178 | 178 | "parties": [ |
179 | 179 | { |
180 | 180 | "type": "person", |
|
195 | 195 | "Programming Language :: Python :: 3.11", |
196 | 196 | "Programming Language :: Python :: 3.12", |
197 | 197 | "Programming Language :: Python :: 3.13", |
| 198 | + "Programming Language :: Python :: 3.14", |
198 | 199 | "Programming Language :: Python :: 3.7", |
199 | 200 | "Programming Language :: Python :: 3.8", |
200 | 201 | "Programming Language :: Python :: 3.9" |
201 | 202 | ], |
202 | 203 | "homepage_url": "https://github.com/certifi/python-certifi", |
203 | | - "download_url": "https://files.pythonhosted.org/packages/e5/48/1549795ba7742c948d2ad169c1c8cdbae65bc450d6cd753d124b17c8cd32/certifi-2025.8.3-py3-none-any.whl", |
204 | | - "size": 161216, |
| 204 | + "download_url": "https://files.pythonhosted.org/packages/e4/37/af0d2ef3967ac0d6113837b44a4f0bfe1328c2b9763bd5b1744520e5cfed/certifi-2025.10.5-py3-none-any.whl", |
| 205 | + "size": 163286, |
205 | 206 | "sha1": null, |
206 | | - "md5": "f9b6740cffcf397b47bc7fb7782b1354", |
207 | | - "sha256": "f6c12493cfb1b06ba2ff328595af9350c65d6644968e5d3a2ffd78699af217a5", |
| 207 | + "md5": "7b56f7121949a196441739c539fd01be", |
| 208 | + "sha256": "0f212c2744a9bb6de0c56639a6f68afe01ecd92d91f14ae897c4fe7bbeeef0de", |
208 | 209 | "sha512": null, |
209 | 210 | "bug_tracking_url": null, |
210 | 211 | "code_view_url": "https://github.com/certifi/python-certifi", |
|
224 | 225 | "dependencies": [], |
225 | 226 | "repository_homepage_url": null, |
226 | 227 | "repository_download_url": null, |
227 | | - "api_data_url": "https://pypi.org/pypi/certifi/2025.8.3/json", |
| 228 | + "api_data_url": "https://pypi.org/pypi/certifi/2025.10.5/json", |
228 | 229 | "datasource_id": null, |
229 | | - "purl": "pkg:pypi/certifi@2025.8.3" |
| 230 | + "purl": "pkg:pypi/certifi@2025.10.5" |
230 | 231 | }, |
231 | 232 | { |
232 | 233 | "type": "pypi", |
|
513 | 514 | "dependencies": [] |
514 | 515 | }, |
515 | 516 | { |
516 | | - "package": "pkg:pypi/certifi@2025.8.3", |
| 517 | + "package": "pkg:pypi/certifi@2025.10.5", |
517 | 518 | "dependencies": [] |
518 | 519 | }, |
519 | 520 | { |
|
527 | 528 | { |
528 | 529 | "package": "pkg:pypi/requests@2.25.1", |
529 | 530 | "dependencies": [ |
530 | | - "pkg:pypi/certifi@2025.8.3", |
| 531 | + "pkg:pypi/certifi@2025.10.5", |
531 | 532 | "pkg:pypi/chardet@4.0.0", |
532 | 533 | "pkg:pypi/idna@2.10", |
533 | 534 | "pkg:pypi/urllib3@1.26.20" |
|
0 commit comments