From cf21db2ab219ec1e64d641a80861d1c899fed6d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:32:25 +0000 Subject: [PATCH 1/2] build(deps-dev): bump nuitka from 4.1.2 to 4.1.3 Bumps [nuitka](https://github.com/Nuitka/Nuitka) from 4.1.2 to 4.1.3. - [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.1.3 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 8aa95b8e6..4295227c9 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.11.0'] casts = ['asciinema==2.4.0'] build = [ - 'nuitka==4.1.2', + 'nuitka==4.1.3', "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 ] From be8865e4949561c2920e6f730082535a15688dd9 Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 23 Jun 2026 19:48:43 +0000 Subject: [PATCH 2/2] Bump setuptools-scm --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4295227c9..65a2216c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools", "setuptools-scm==10.0.5", "wheel"] +requires = ["setuptools", "setuptools-scm==10.1.2", "wheel"] build-backend = "setuptools.build_meta" [project] @@ -104,7 +104,7 @@ casts = ['asciinema==2.4.0'] build = [ 'nuitka==4.1.3', "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 + "setuptools-scm==10.1.2", # For determining version ] sbom = ["cyclonedx-bom==7.3.0"] wheel = ["build==1.5.0"]