diff --git a/pyproject.toml b/pyproject.toml index 9daae46..aa5dcec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ "setuptools >= 80.0", - "pyTooling ~= 8.11" + "pyTooling ~= 8.14" ] build-backend = "setuptools.build_meta" diff --git a/requirements.txt b/requirements.txt index 1399004..93ebba4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pyTooling >= 8.0 +pyTooling >= 8.14.0 pyEDAA.Reports ~= 0.17.3 sphinx >= 9.1, < 10.0 docutils >= 0.22.0