diff --git a/.dist-info/sboms/cyclonedx-1.6.json b/.dist-info/sboms/cyclonedx-1.6.json index e94b73d..35d2714 100644 --- a/.dist-info/sboms/cyclonedx-1.6.json +++ b/.dist-info/sboms/cyclonedx-1.6.json @@ -3654,6 +3654,29 @@ "type": "library", "version": "0.0.10" }, + { + "bom-ref": "syrupy==5.0.0", + "description": "Pytest Snapshot Test Utility", + "externalReferences": [ + { + "comment": "from packaging metadata Project-URL: Repository", + "type": "vcs", + "url": "https://github.com/syrupy-project/syrupy" + } + ], + "licenses": [ + { + "license": { + "acknowledgement": "declared", + "id": "MIT" + } + } + ], + "name": "syrupy", + "purl": "pkg:pypi/syrupy@5.0.0", + "type": "library", + "version": "5.0.0" + }, { "bom-ref": "tablib==3.8.0", "description": "Format agnostic tabular data library (XLS, JSON, YAML, CSV, etc.)", @@ -4897,6 +4920,12 @@ ], "ref": "sumup==0.0.10" }, + { + "dependsOn": [ + "pytest==8.4.1" + ], + "ref": "syrupy==5.0.0" + }, { "dependsOn": [ "PyYAML==6.0.2"