From 47110a1fea5f969b125c66bbc5905772079963ec Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Tue, 1 Sep 2026 20:42:13 +0700 Subject: [PATCH] Update shacl2code to 1.3.2 Signed-off-by: Arthit Suriyawongkul --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 94b511c..67d5334 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ issues = "https://github.com/spdx/spdx-python-model/issues" requires = [ "hatchling >= 1.27.0", "hatch-build-scripts >= 0.0.4", - "shacl2code == 1.1.0", + "shacl2code == 1.3.2", ] build-backend = "hatchling.build"