diff --git a/pyproject.toml b/pyproject.toml index a520a6ba..0d5b8df7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ docs = [ test = ['pytest==9.1.1', 'pytest-cov==7.1.0', 'behave==1.3.3', 'cyclonedx-python-lib[json-validation]==11.12.0'] casts = ['asciinema==2.4.0', 'pexpect==4.9.0'] build = [ - 'nuitka==4.2', + 'nuitka==4.2.1', "tomli; python_version < '3.11'", # Tomllib is default in 3.11, required for letting codespell read the pyproject.toml] "setuptools-scm==10.2.3", # For determining version ]