From 8c05a25ef9f11c790e7bcbd09601c58bc18f329d Mon Sep 17 00:00:00 2001 From: thisislawatts <472589+thisislawatts@users.noreply.github.com> Date: Mon, 24 Nov 2025 03:15:58 +0000 Subject: [PATCH] chore(deps): update SBOM --- .dist-info/sboms/cyclonedx-1.6.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) 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"