From 9f64820dc88ff0dea1e9c06625d5d4ae9560dcb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 16:13:08 +0000 Subject: [PATCH] Update nuitka requirement from <=2.8.9 to <=4.0.1 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.1) --- updated-dependencies: - dependency-name: nuitka dependency-version: 4.0.1 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 7c724fff5..e2bab2db5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ build = [ "wheel", ] nuitka = [ - "nuitka<=2.8.9", + "nuitka<=4.0.1", ] [tool.setuptools.packages.find] diff --git a/requirements.txt b/requirements.txt index e7cee2a33..23700b32e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,4 +26,4 @@ pick # Build build wheel -nuitka<=2.8.9 +nuitka<=4.0.1