From ded73c257e34ab37da11b8203cf7ec8e8df36377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 20:42:48 +0000 Subject: [PATCH] Bump nuitka from 4.0.1 to 4.0.2 Bumps [nuitka](https://github.com/Nuitka/Nuitka) from 4.0.1 to 4.0.2. - [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.2 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 35bd1a25..7fe840c4 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.1', + 'nuitka==4.0.3', "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 ]