Skip to content

Commit e6431ba

Browse files
chore(deps): update lockfile
1 parent 1b11575 commit e6431ba

File tree

2 files changed

+104
-2
lines changed

2 files changed

+104
-2
lines changed

docs/specs/sbom/partial/python.json

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2887,6 +2887,50 @@
28872887
"type": "library",
28882888
"version": "1.70.0"
28892889
},
2890+
{
2891+
"bom-ref": "granian==2.5.0",
2892+
"description": "A Rust HTTP server for Python applications",
2893+
"externalReferences": [
2894+
{
2895+
"comment": "from packaging metadata Project-URL: Source",
2896+
"type": "other",
2897+
"url": "https://github.com/emmett-framework/granian"
2898+
},
2899+
{
2900+
"comment": "from packaging metadata Project-URL: Funding",
2901+
"type": "other",
2902+
"url": "https://github.com/sponsors/gi0baro"
2903+
},
2904+
{
2905+
"comment": "from packaging metadata Project-URL: Homepage",
2906+
"type": "website",
2907+
"url": "https://github.com/emmett-framework/granian"
2908+
},
2909+
{
2910+
"comment": "from packaging metadata: Home-page",
2911+
"type": "website",
2912+
"url": "https://github.com/emmett-framework/granian"
2913+
}
2914+
],
2915+
"licenses": [
2916+
{
2917+
"license": {
2918+
"acknowledgement": "declared",
2919+
"id": "BSD-3-Clause"
2920+
}
2921+
},
2922+
{
2923+
"license": {
2924+
"acknowledgement": "declared",
2925+
"name": "License :: OSI Approved :: BSD License"
2926+
}
2927+
}
2928+
],
2929+
"name": "granian",
2930+
"purl": "pkg:pypi/granian@2.5.0",
2931+
"type": "library",
2932+
"version": "2.5.0"
2933+
},
28902934
{
28912935
"bom-ref": "grpc-google-iam-v1==0.14.2",
28922936
"description": "IAM API client library",
@@ -7299,6 +7343,12 @@
72997343
],
73007344
"ref": "googleapis-common-protos==1.70.0"
73017345
},
7346+
{
7347+
"dependsOn": [
7348+
"click==8.2.1"
7349+
],
7350+
"ref": "granian==2.5.0"
7351+
},
73027352
{
73037353
"dependsOn": [
73047354
"googleapis-common-protos==1.70.0",
@@ -7932,6 +7982,7 @@
79327982
"git-review==2.5.0",
79337983
"google-cloud-storage==3.2.0",
79347984
"google-cloud-translate==3.21.1",
7985+
"granian==2.5.0",
79357986
"gunicorn==23.0.0",
79367987
"hiredis==3.2.1",
79377988
"html2text==2025.4.15",
@@ -8158,5 +8209,5 @@
81588209
"$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
81598210
"bomFormat": "CycloneDX",
81608211
"specVersion": "1.6",
8161-
"serialNumber": "urn:uuid:4633fc24-47b6-511a-bc7c-7a2a69f75f3c"
8212+
"serialNumber": "urn:uuid:6d5ce757-c621-5a78-bda5-02a8fd073444"
81628213
}

docs/specs/sbom/sbom.json

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"bomFormat": "CycloneDX",
33
"specVersion": "1.6",
4-
"serialNumber": "urn:uuid:c34a953d-25cf-5b92-b89f-46436e94a1eb",
4+
"serialNumber": "urn:uuid:2ff7c1a6-e908-55d4-b8cf-03ab981dd7bc",
55
"version": 1,
66
"metadata": {
77
"tools": [
@@ -3968,6 +3968,50 @@
39683968
}
39693969
]
39703970
},
3971+
{
3972+
"type": "library",
3973+
"bom-ref": "granian==2.5.0",
3974+
"name": "granian",
3975+
"version": "2.5.0",
3976+
"description": "A Rust HTTP server for Python applications",
3977+
"licenses": [
3978+
{
3979+
"license": {
3980+
"id": "BSD-3-Clause",
3981+
"acknowledgement": "declared"
3982+
}
3983+
},
3984+
{
3985+
"license": {
3986+
"name": "License :: OSI Approved :: BSD License",
3987+
"acknowledgement": "declared"
3988+
}
3989+
}
3990+
],
3991+
"purl": "pkg:pypi/granian@2.5.0",
3992+
"externalReferences": [
3993+
{
3994+
"url": "https://github.com/emmett-framework/granian",
3995+
"type": "other",
3996+
"comment": "from packaging metadata Project-URL: Source"
3997+
},
3998+
{
3999+
"url": "https://github.com/sponsors/gi0baro",
4000+
"type": "other",
4001+
"comment": "from packaging metadata Project-URL: Funding"
4002+
},
4003+
{
4004+
"url": "https://github.com/emmett-framework/granian",
4005+
"type": "website",
4006+
"comment": "from packaging metadata Project-URL: Homepage"
4007+
},
4008+
{
4009+
"url": "https://github.com/emmett-framework/granian",
4010+
"type": "website",
4011+
"comment": "from packaging metadata: Home-page"
4012+
}
4013+
]
4014+
},
39714015
{
39724016
"type": "library",
39734017
"bom-ref": "grpc-google-iam-v1==0.14.2",
@@ -8512,6 +8556,12 @@
85128556
"protobuf==6.31.1"
85138557
]
85148558
},
8559+
{
8560+
"ref": "granian==2.5.0",
8561+
"dependsOn": [
8562+
"click==8.2.1"
8563+
]
8564+
},
85158565
{
85168566
"ref": "grpc-google-iam-v1==0.14.2",
85178567
"dependsOn": [
@@ -9146,6 +9196,7 @@
91469196
"git-review==2.5.0",
91479197
"google-cloud-storage==3.2.0",
91489198
"google-cloud-translate==3.21.1",
9199+
"granian==2.5.0",
91499200
"gunicorn==23.0.0",
91509201
"hiredis==3.2.1",
91519202
"html2text==2025.4.15",

0 commit comments

Comments
 (0)