From 1ba6a76950e6ad0d39a3c41d5fbd791707caafee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 18:33:24 +0000 Subject: [PATCH] Bump nuitka from 4.0.3 to 4.0.4 Bumps [nuitka](https://github.com/Nuitka/Nuitka) from 4.0.3 to 4.0.4. - [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst) - [Commits](https://github.com/Nuitka/Nuitka/commits) --- updated-dependencies: - dependency-name: nuitka dependency-version: 4.0.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f58a0f3..f1e8b52a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ docs = [ test = ['pytest==9.0.2', 'pytest-cov==7.0.0', 'behave==1.3.3'] casts = ['asciinema==2.4.0'] build = [ - 'nuitka==4.0.3', + 'nuitka==4.0.4', "tomli; python_version < '3.11'", # Tomllib is default in 3.11, required for letting codespell read the pyproject.toml] "setuptools-scm==9.2.2", # For determining version ]