Skip to content

Commit 7238a61

Browse files
MarcelBochtlertsteenbe
authored andcommitted
Update expected test results
Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.com>
1 parent 7e19ea6 commit 7238a61

7 files changed

+282
-494
lines changed

tests/data/azure-devops.req-310-expected.json

Lines changed: 69 additions & 135 deletions
Large diffs are not rendered by default.

tests/data/azure-devops.req-312-expected.json

Lines changed: 69 additions & 135 deletions
Large diffs are not rendered by default.

tests/data/azure-devops.req-313-expected.json

Lines changed: 69 additions & 135 deletions
Large diffs are not rendered by default.

tests/data/azure-devops.req-38-expected.json

Lines changed: 37 additions & 41 deletions
Large diffs are not rendered by default.

tests/data/example-requirements-ignore-errors-expected.json

Lines changed: 24 additions & 35 deletions
Large diffs are not rendered by default.

tests/data/hash-requirements.txt-expected.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,12 @@
169169
"type": "pypi",
170170
"namespace": null,
171171
"name": "certifi",
172-
"version": "2025.8.3",
172+
"version": "2025.10.5",
173173
"qualifiers": {},
174174
"subpath": null,
175175
"primary_language": "Python",
176176
"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",
178178
"parties": [
179179
{
180180
"type": "person",
@@ -195,16 +195,17 @@
195195
"Programming Language :: Python :: 3.11",
196196
"Programming Language :: Python :: 3.12",
197197
"Programming Language :: Python :: 3.13",
198+
"Programming Language :: Python :: 3.14",
198199
"Programming Language :: Python :: 3.7",
199200
"Programming Language :: Python :: 3.8",
200201
"Programming Language :: Python :: 3.9"
201202
],
202203
"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,
205206
"sha1": null,
206-
"md5": "f9b6740cffcf397b47bc7fb7782b1354",
207-
"sha256": "f6c12493cfb1b06ba2ff328595af9350c65d6644968e5d3a2ffd78699af217a5",
207+
"md5": "7b56f7121949a196441739c539fd01be",
208+
"sha256": "0f212c2744a9bb6de0c56639a6f68afe01ecd92d91f14ae897c4fe7bbeeef0de",
208209
"sha512": null,
209210
"bug_tracking_url": null,
210211
"code_view_url": "https://github.com/certifi/python-certifi",
@@ -224,9 +225,9 @@
224225
"dependencies": [],
225226
"repository_homepage_url": null,
226227
"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",
228229
"datasource_id": null,
229-
"purl": "pkg:pypi/certifi@2025.8.3"
230+
"purl": "pkg:pypi/certifi@2025.10.5"
230231
},
231232
{
232233
"type": "pypi",
@@ -513,7 +514,7 @@
513514
"dependencies": []
514515
},
515516
{
516-
"package": "pkg:pypi/certifi@2025.8.3",
517+
"package": "pkg:pypi/certifi@2025.10.5",
517518
"dependencies": []
518519
},
519520
{
@@ -527,7 +528,7 @@
527528
{
528529
"package": "pkg:pypi/requests@2.25.1",
529530
"dependencies": [
530-
"pkg:pypi/certifi@2025.8.3",
531+
"pkg:pypi/certifi@2025.10.5",
531532
"pkg:pypi/chardet@4.0.0",
532533
"pkg:pypi/idna@2.10",
533534
"pkg:pypi/urllib3@1.26.20"

tests/data/resolved_deps/autobahn-310-expected.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
{
2525
"package": "pkg:pypi/hyperlink@21.0.0",
2626
"dependencies": [
27-
"pkg:pypi/idna@3.10"
27+
"pkg:pypi/idna@3.11"
2828
]
2929
},
3030
{
31-
"package": "pkg:pypi/idna@3.10",
31+
"package": "pkg:pypi/idna@3.11",
3232
"dependencies": []
3333
},
3434
{
@@ -49,7 +49,7 @@
4949
"pkg:pypi/cffi@2.0.0",
5050
"pkg:pypi/cryptography@43.0.3",
5151
"pkg:pypi/hyperlink@21.0.0",
52-
"pkg:pypi/idna@3.10",
52+
"pkg:pypi/idna@3.11",
5353
"pkg:pypi/pycparser@2.23",
5454
"pkg:pypi/setuptools@80.9.0",
5555
"pkg:pypi/txaio@23.6.1"

0 commit comments

Comments
 (0)