From 74602f9732a47e7670b98b24868db7c1233130f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:13:13 +0000 Subject: [PATCH] build(deps): update nuitka requirement from <=4.1.3 to <=4.2 Updates the requirements on [nuitka](https://github.com/Nuitka/Nuitka) to permit the latest version. - [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst) - [Commits](https://github.com/Nuitka/Nuitka/compare/0.3.11a...4.2) --- updated-dependencies: - dependency-name: nuitka dependency-version: '4.2' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6685995de..d3193ffee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ build = [ "wheel", ] nuitka = [ - "nuitka<=4.1.3", + "nuitka<=4.2", ] [tool.setuptools.packages.find] diff --git a/requirements.txt b/requirements.txt index 533e64e4f..dac6a8412 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,4 +25,4 @@ pick # Build build wheel -nuitka<=4.1.3 +nuitka<=4.2