diff --git a/pyproject.toml b/pyproject.toml index 98876dce..7832b062 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ "setuptools >= 83.0", - "pyTooling ~= 8.15" + "pyTooling ~= 8.16" ] build-backend = "setuptools.build_meta" diff --git a/requirements.txt b/requirements.txt index 5a45b365..c78dfcbf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pyTooling ~= 8.15 +pyTooling ~= 8.16 pyVHDLModel ~= 0.37.0 pySVModel ~= 0.5.11 pySystemRDLModel ~= 0.3.10