diff --git a/pyproject.toml b/pyproject.toml index d9a1d5c..96f1c20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ "setuptools >= 83.0", - "pyTooling ~= 8.16" + "pyTooling ~= 8.17" ] build-backend = "setuptools.build_meta" diff --git a/requirements.txt b/requirements.txt index 46bc4c0..d14d888 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pyTooling >= 8.16 +pyTooling >= 8.17.0 pyEDAA.Reports ~= 0.18 sphinx >= 9.1, < 10.0 docutils >= 0.22.0