Skip to content

Commit 330fd89

Browse files
committed
Update tests
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 720096e commit 330fd89

17 files changed

+519
-511
lines changed

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

Lines changed: 83 additions & 80 deletions
Large diffs are not rendered by default.

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

Lines changed: 83 additions & 80 deletions
Large diffs are not rendered by default.

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

Lines changed: 83 additions & 80 deletions
Large diffs are not rendered by default.

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

Lines changed: 83 additions & 80 deletions
Large diffs are not rendered by default.

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

Lines changed: 25 additions & 23 deletions
Large diffs are not rendered by default.

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

Lines changed: 35 additions & 40 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.1.4",
172+
"version": "2026.2.25",
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-01-04T02:42:40",
177+
"release_date": "2026-02-25T02:54:15",
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/e6/ad/3cc14f097111b4de0040c83a525973216457bbeeb63739ef1ed275c1c021/certifi-2026.1.4-py3-none-any.whl",
205-
"size": 152900,
204+
"download_url": "https://files.pythonhosted.org/packages/9a/3c/c17fb3ca2d9c3acff52e30b309f538586f9f5b9c9cf454f3845fc9af4881/certifi-2026.2.25-py3-none-any.whl",
205+
"size": 153684,
206206
"sha1": null,
207-
"md5": "1dab98768140ad2d8dbc9be8f14a2af9",
208-
"sha256": "9943707519e4add1115f44c2bc244f782c0249876bf51b6599fee1ffbedd685c",
207+
"md5": "1719fecdcfb531a622c0ee93e6bf4ba1",
208+
"sha256": "027692e4402ad994f1c42e52a4997a9763c646b73e4096e4d5d6db8af1d6f0fa",
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.1.4/json",
228+
"api_data_url": "https://pypi.org/pypi/certifi/2026.2.25/json",
229229
"datasource_id": null,
230-
"purl": "pkg:pypi/certifi@2026.1.4"
230+
"purl": "pkg:pypi/certifi@2026.2.25"
231231
},
232232
{
233233
"type": "pypi",
@@ -514,7 +514,7 @@
514514
"dependencies": []
515515
},
516516
{
517-
"package": "pkg:pypi/certifi@2026.1.4",
517+
"package": "pkg:pypi/certifi@2026.2.25",
518518
"dependencies": []
519519
},
520520
{
@@ -528,7 +528,7 @@
528528
{
529529
"package": "pkg:pypi/requests@2.25.1",
530530
"dependencies": [
531-
"pkg:pypi/certifi@2026.1.4",
531+
"pkg:pypi/certifi@2026.2.25",
532532
"pkg:pypi/chardet@4.0.0",
533533
"pkg:pypi/idna@2.10",
534534
"pkg:pypi/urllib3@1.26.20"

tests/data/insecure-setup-2/setup.py-expected.json

Lines changed: 11 additions & 12 deletions
Large diffs are not rendered by default.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": [
66
"pkg:pypi/cryptography@43.0.3",
77
"pkg:pypi/hyperlink@21.0.0",
8-
"pkg:pypi/setuptools@80.10.2",
8+
"pkg:pypi/setuptools@82.0.1",
99
"pkg:pypi/txaio@23.6.1"
1010
]
1111
},
@@ -36,7 +36,7 @@
3636
"dependencies": []
3737
},
3838
{
39-
"package": "pkg:pypi/setuptools@80.10.2",
39+
"package": "pkg:pypi/setuptools@82.0.1",
4040
"dependencies": []
4141
},
4242
{
@@ -51,7 +51,7 @@
5151
"pkg:pypi/hyperlink@21.0.0",
5252
"pkg:pypi/idna@3.11",
5353
"pkg:pypi/pycparser@2.23",
54-
"pkg:pypi/setuptools@80.10.2",
54+
"pkg:pypi/setuptools@82.0.1",
5555
"pkg:pypi/txaio@23.6.1"
5656
]
5757
]

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.2",
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.2",
1111
"pkg:pypi/itsdangerous@2.2.0",
1212
"pkg:pypi/jinja2@3.1.6",
13-
"pkg:pypi/werkzeug@3.1.5"
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.5",
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.2",
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.5"
43+
"pkg:pypi/werkzeug@3.1.8"
4444
]
4545
]

0 commit comments

Comments
 (0)