diff --git a/pyproject.toml b/pyproject.toml index 53181779..e25ceb11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ docs = [ test = ['pytest==9.0.3', 'pytest-cov==7.1.0', 'behave==1.3.3'] casts = ['asciinema==2.4.0'] build = [ - 'nuitka==4.0.7', + 'nuitka==4.0.8', "tomli; python_version < '3.11'", # Tomllib is default in 3.11, required for letting codespell read the pyproject.toml] "setuptools-scm==10.0.5", # For determining version ]