From 7827e295eb34ca32424024090d10937161236744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 02:24:20 +0000 Subject: [PATCH] build(deps): update nuitka requirement from ^2.4.8 to ^4.0.8 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/2.4.8...4.0.8) --- updated-dependencies: - dependency-name: nuitka dependency-version: 4.0.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d3688a3d..4ffa02c66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -186,7 +186,7 @@ pypresence = { version = "^4.2.1", optional = true } start = "rare.main:main" [tool.poetry.dev-dependencies] -Nuitka = "^2.4.8" +Nuitka = "^4.0.8" pylint = "^3.2.7" black = "^24.3.0" PySide6-stubs = "^6.4.2.0"