From 6b7a57b0f8e74ef3018df1f611a39d61146fce86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 02:45:26 +0000 Subject: [PATCH] Bump nuitka from 4.0.7 to 4.1.1 Bumps [nuitka](https://github.com/Nuitka/Nuitka) from 4.0.7 to 4.1.1. - [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst) - [Commits](https://github.com/Nuitka/Nuitka/compare/4.0.7...4.1.1) --- updated-dependencies: - dependency-name: nuitka dependency-version: 4.1.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2818ac6..8c154c7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -792,13 +792,13 @@ files = [ [[package]] name = "nuitka" -version = "4.0.7" +version = "4.1.1" description = "Python compiler with full language support and CPython compatibility" optional = false python-versions = "*" groups = ["dev"] files = [ - {file = "nuitka-4.0.7.tar.gz", hash = "sha256:26543bfed6009a466ae8608bdc643add81a497e8662e4aaf157cd00aa7fd5b9f"}, + {file = "nuitka-4.1.1.tar.gz", hash = "sha256:777e2c84d6b168f9bf78c3242b3779958865ae5815d26c76170eb830995368cc"}, ] [package.extras] @@ -1658,4 +1658,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.12" -content-hash = "036761444e59adb267e02f2869037517a5a5d406535d43f78eb45f5253fa8b46" +content-hash = "de9d212d887eceb000af7b62afe2683d93af02a02603248d84bdfb0e52fa8fcb" diff --git a/pyproject.toml b/pyproject.toml index bf62659..30c48d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,6 @@ build-backend = "poetry.core.masonry.api" package-mode = false [tool.poetry.group.dev.dependencies] -nuitka = "^4.0.7" +nuitka = "^4.1.1" imageio = "^2.37.3"