Skip to content

Commit d3c4e55

Browse files
fix(deps): update dependency granian to v2.6.1 (#17535)
* fix(deps): update dependency granian to v2.6.1 * chore(deps): update lockfile --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d12614c commit d3c4e55

File tree

4 files changed

+67
-67
lines changed

4 files changed

+67
-67
lines changed

docs/specs/sbom/partial/python.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"bomFormat": "CycloneDX",
33
"specVersion": "1.5",
44
"version": 1,
5-
"serialNumber": "urn:uuid:560ebff3-adf8-5247-8191-10dbf0bdcfa2",
5+
"serialNumber": "urn:uuid:5080e6cf-b143-588a-860c-703c9972e4bb",
66
"metadata": {
77
"tools": [
88
{
@@ -668,10 +668,10 @@
668668
},
669669
{
670670
"type": "library",
671-
"bom-ref": "[email protected].0",
671+
"bom-ref": "[email protected].1",
672672
"name": "granian",
673-
"version": "2.6.0",
674-
"purl": "pkg:pypi/[email protected].0"
673+
"version": "2.6.1",
674+
"purl": "pkg:pypi/[email protected].1"
675675
},
676676
{
677677
"type": "library",
@@ -2145,7 +2145,7 @@
21452145
]
21462146
},
21472147
{
2148-
"ref": "[email protected].0",
2148+
"ref": "[email protected].1",
21492149
"dependsOn": [
21502150
21512151
]
@@ -2857,7 +2857,7 @@
28572857
28582858
28592859
2860-
2860+
28612861
28622862
28632863

docs/specs/sbom/sbom.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"bomFormat": "CycloneDX",
33
"specVersion": "1.6",
4-
"serialNumber": "urn:uuid:57cd8d70-a417-55bc-8d0e-94a84d30f214",
4+
"serialNumber": "urn:uuid:676bdd57-cda8-5bd1-932a-59e41e796ce5",
55
"version": 1,
66
"metadata": {
77
"tools": [
@@ -1829,10 +1829,10 @@
18291829
},
18301830
{
18311831
"type": "library",
1832-
"bom-ref": "[email protected].0",
1832+
"bom-ref": "[email protected].1",
18331833
"name": "granian",
1834-
"version": "2.6.0",
1835-
"purl": "pkg:pypi/[email protected].0"
1834+
"version": "2.6.1",
1835+
"purl": "pkg:pypi/[email protected].1"
18361836
},
18371837
{
18381838
"type": "library",
@@ -3456,7 +3456,7 @@
34563456
]
34573457
},
34583458
{
3459-
"ref": "[email protected].0",
3459+
"ref": "[email protected].1",
34603460
"dependsOn": [
34613461
34623462
]
@@ -4168,7 +4168,7 @@
41684168
41694169
41704170
4171-
4171+
41724172
41734173
41744174

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ wllegal = [
243243
"wllegal>=2025.9"
244244
]
245245
wsgi = [
246-
"granian==2.6.0"
246+
"granian==2.6.1"
247247
]
248248
zxcvbn = [
249249
"django-zxcvbn-password-validator>=1.4.5,<1.6"

0 commit comments

Comments
 (0)