diff --git a/pyproject.toml b/pyproject.toml index e0a3455b..a53e49bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,7 @@ docs = [ test = ['pytest==8.4.2', 'pytest-cov==7.0.0', 'behave==1.3.3'] casts = ['asciinema==2.4.0'] build = [ - 'nuitka==2.8.8', + 'nuitka==2.8.9', "tomli; python_version < '3.11'", # Tomllib is default in 3.11, required for letting codespell read the pyproject.toml] ]