From ec96f5ff118058b6a4104f64f220701ecccb1189 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Wed, 8 Nov 2023 07:51:13 -0500 Subject: [PATCH] Bump pySHACL dependency to >= 0.24.0 No effects were observed on Make-managed files. References: * https://github.com/RDFLib/pySHACL/releases/tag/v0.24.0 Signed-off-by: Alex Nelson --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 826c63f..fefcc22 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,8 +20,8 @@ license_files = include_package_data = true install_requires = pandas - pyshacl - rdflib >= 6.2.0, < 7.0.0 + pyshacl >= 0.24.0 + rdflib requests tabulate packages = find: