From 4d1087dd60567e25991d1520edee197814212c62 Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Tue, 10 Mar 2026 11:37:04 +0700 Subject: [PATCH] Update build dependencies; shacl2code == 1.0.0 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ee0cee4..92fa983 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,9 +34,9 @@ Issues = "https://github.com/spdx/spdx-python-model/issues" [build-system] requires = [ - "hatchling", - "hatch-build-scripts", - "shacl2code == 0.0.25", + "hatchling >= 1.27.0", + "hatch-build-scripts >= 0.0.4", + "shacl2code == 1.0.0", ] build-backend = "hatchling.build"