From 6a6020ca620209b99f3d7cf357b4746076268ef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 20:42:07 +0000 Subject: [PATCH] Update nuitka requirement from <=2.8.9 to <=4.0.7 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.0.7) --- updated-dependencies: - dependency-name: nuitka dependency-version: 4.0.7 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 7c724fff..615a7205 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ build = [ "wheel", ] nuitka = [ - "nuitka<=2.8.9", + "nuitka<=4.0.7", ] [tool.setuptools.packages.find] diff --git a/requirements.txt b/requirements.txt index e7cee2a3..d40f4019 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,4 +26,4 @@ pick # Build build wheel -nuitka<=2.8.9 +nuitka<=4.0.7