Skip to content

Commit 0e9a14e

Browse files
committed
wip update test results
Signed-off-by: Nicolas Nobelis <nicolas.nobelis@bosch.com>
1 parent e2fa598 commit 0e9a14e

15 files changed

Lines changed: 494 additions & 469 deletions

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

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

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

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

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

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

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

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

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

Lines changed: 34 additions & 33 deletions
Large diffs are not rendered by default.

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

Lines changed: 47 additions & 51 deletions
Large diffs are not rendered by default.

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

Lines changed: 10 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": "2026.2.25",
172+
"version": "2026.4.22",
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": "2026-02-25T02:54:15",
177+
"release_date": "2026-04-22T11:26:09",
178178
"parties": [
179179
{
180180
"type": "person",
@@ -201,11 +201,11 @@
201201
"Programming Language :: Python :: 3.9"
202202
],
203203
"homepage_url": "https://github.com/certifi/python-certifi",
204-
"download_url": "https://files.pythonhosted.org/packages/9a/3c/c17fb3ca2d9c3acff52e30b309f538586f9f5b9c9cf454f3845fc9af4881/certifi-2026.2.25-py3-none-any.whl",
205-
"size": 153684,
204+
"download_url": "https://files.pythonhosted.org/packages/22/30/7cd8fdcdfbc5b869528b079bfb76dcdf6056b1a2097a662e5e8c04f42965/certifi-2026.4.22-py3-none-any.whl",
205+
"size": 135707,
206206
"sha1": null,
207-
"md5": "1719fecdcfb531a622c0ee93e6bf4ba1",
208-
"sha256": "027692e4402ad994f1c42e52a4997a9763c646b73e4096e4d5d6db8af1d6f0fa",
207+
"md5": "a524df3261ff972bbe811eb7307a79ed",
208+
"sha256": "3cb2210c8f88ba2318d29b0388d1023c8492ff72ecdde4ebdaddbb13a31b1c4a",
209209
"sha512": null,
210210
"bug_tracking_url": null,
211211
"code_view_url": "https://github.com/certifi/python-certifi",
@@ -225,9 +225,9 @@
225225
"dependencies": [],
226226
"repository_homepage_url": null,
227227
"repository_download_url": null,
228-
"api_data_url": "https://pypi.org/pypi/certifi/2026.2.25/json",
228+
"api_data_url": "https://pypi.org/pypi/certifi/2026.4.22/json",
229229
"datasource_id": null,
230-
"purl": "pkg:pypi/certifi@2026.2.25"
230+
"purl": "pkg:pypi/certifi@2026.4.22"
231231
},
232232
{
233233
"type": "pypi",
@@ -514,7 +514,7 @@
514514
"dependencies": []
515515
},
516516
{
517-
"package": "pkg:pypi/certifi@2026.2.25",
517+
"package": "pkg:pypi/certifi@2026.4.22",
518518
"dependencies": []
519519
},
520520
{
@@ -528,7 +528,7 @@
528528
{
529529
"package": "pkg:pypi/requests@2.25.1",
530530
"dependencies": [
531-
"pkg:pypi/certifi@2026.2.25",
531+
"pkg:pypi/certifi@2026.4.22",
532532
"pkg:pypi/chardet@4.0.0",
533533
"pkg:pypi/idna@2.10",
534534
"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.11"
27+
"pkg:pypi/idna@3.13"
2828
]
2929
},
3030
{
31-
"package": "pkg:pypi/idna@3.11",
31+
"package": "pkg:pypi/idna@3.13",
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.11",
52+
"pkg:pypi/idna@3.13",
5353
"pkg:pypi/pycparser@2.23",
5454
"pkg:pypi/setuptools@82.0.1",
5555
"pkg:pypi/txaio@23.6.1"

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[
22
[
33
{
4-
"package": "pkg:pypi/click@8.3.1",
4+
"package": "pkg:pypi/click@8.3.3",
55
"dependencies": []
66
},
77
{
88
"package": "pkg:pypi/flask@2.1.2",
99
"dependencies": [
10-
"pkg:pypi/click@8.3.1",
10+
"pkg:pypi/click@8.3.3",
1111
"pkg:pypi/itsdangerous@2.2.0",
1212
"pkg:pypi/jinja2@3.1.6",
13-
"pkg:pypi/werkzeug@3.1.6"
13+
"pkg:pypi/werkzeug@3.1.8"
1414
]
1515
},
1616
{
@@ -28,18 +28,18 @@
2828
"dependencies": []
2929
},
3030
{
31-
"package": "pkg:pypi/werkzeug@3.1.6",
31+
"package": "pkg:pypi/werkzeug@3.1.8",
3232
"dependencies": [
3333
"pkg:pypi/markupsafe@3.0.3"
3434
]
3535
}
3636
],
3737
[
38-
"pkg:pypi/click@8.3.1",
38+
"pkg:pypi/click@8.3.3",
3939
"pkg:pypi/flask@2.1.2",
4040
"pkg:pypi/itsdangerous@2.2.0",
4141
"pkg:pypi/jinja2@3.1.6",
4242
"pkg:pypi/markupsafe@3.0.3",
43-
"pkg:pypi/werkzeug@3.1.6"
43+
"pkg:pypi/werkzeug@3.1.8"
4444
]
4545
]

tests/data/resolved_deps/flask-310-win-expected.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
[
33
{
4-
"package": "pkg:pypi/click@8.3.1",
4+
"package": "pkg:pypi/click@8.3.3",
55
"dependencies": [
66
"pkg:pypi/colorama@0.4.6"
77
]
@@ -13,10 +13,10 @@
1313
{
1414
"package": "pkg:pypi/flask@2.1.2",
1515
"dependencies": [
16-
"pkg:pypi/click@8.3.1",
16+
"pkg:pypi/click@8.3.3",
1717
"pkg:pypi/itsdangerous@2.2.0",
1818
"pkg:pypi/jinja2@3.1.6",
19-
"pkg:pypi/werkzeug@3.1.6"
19+
"pkg:pypi/werkzeug@3.1.8"
2020
]
2121
},
2222
{
@@ -34,19 +34,19 @@
3434
"dependencies": []
3535
},
3636
{
37-
"package": "pkg:pypi/werkzeug@3.1.6",
37+
"package": "pkg:pypi/werkzeug@3.1.8",
3838
"dependencies": [
3939
"pkg:pypi/markupsafe@3.0.3"
4040
]
4141
}
4242
],
4343
[
44-
"pkg:pypi/click@8.3.1",
44+
"pkg:pypi/click@8.3.3",
4545
"pkg:pypi/colorama@0.4.6",
4646
"pkg:pypi/flask@2.1.2",
4747
"pkg:pypi/itsdangerous@2.2.0",
4848
"pkg:pypi/jinja2@3.1.6",
4949
"pkg:pypi/markupsafe@3.0.3",
50-
"pkg:pypi/werkzeug@3.1.6"
50+
"pkg:pypi/werkzeug@3.1.8"
5151
]
5252
]

0 commit comments

Comments
 (0)