From fd8437f62dc589e198c136104b98be7b8afb045e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 16:12:41 +0000 Subject: [PATCH] Update nuitka requirement from <=2.8.9 to <=2.8.10 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...2.8.10) --- updated-dependencies: - dependency-name: nuitka dependency-version: 2.8.10 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..5559fa78a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ build = [ "wheel", ] nuitka = [ - "nuitka<=2.8.9", + "nuitka<=2.8.10", ] [tool.setuptools.packages.find] diff --git a/requirements.txt b/requirements.txt index e7cee2a33..45fad96db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,4 +26,4 @@ pick # Build build wheel -nuitka<=2.8.9 +nuitka<=2.8.10