From 44e748f1a0728691ba29117f91cbb7570bde16ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 18:08:16 +0000 Subject: [PATCH] Bump nuitka from 4.0.5 to 4.0.6 Bumps [nuitka](https://github.com/Nuitka/Nuitka) from 4.0.5 to 4.0.6. - [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst) - [Commits](https://github.com/Nuitka/Nuitka/compare/4.0.5...4.0.6) --- updated-dependencies: - dependency-name: nuitka dependency-version: 4.0.6 dependency-type: direct:development update-type: version-update:semver-patch ... 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 7bb87db..cb5859d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -792,13 +792,13 @@ files = [ [[package]] name = "nuitka" -version = "4.0.5" +version = "4.0.6" description = "Python compiler with full language support and CPython compatibility" optional = false python-versions = "*" groups = ["dev"] files = [ - {file = "nuitka-4.0.5.tar.gz", hash = "sha256:45e7d90266e76fe64eeb8d196c17666d7cd7cffbf68d6a24f233c3c03b6feaa8"}, + {file = "nuitka-4.0.6.tar.gz", hash = "sha256:9c14827058faf27414b6d28f5a27ef709fd6aa9b5f04af20e01b42889ac25b5c"}, ] [package.extras] @@ -1663,4 +1663,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.12" -content-hash = "5edebc08ff2b987fdfdf9045beba687f30b3fa3a23b50a72ea8522c71c4d3d24" +content-hash = "fbd0660660a569a6f855bc32980dd8b26cc4a936fb83e28f4e27bc1557fc644e" diff --git a/pyproject.toml b/pyproject.toml index 6ae4acd..b3d8b8c 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.5" +nuitka = "^4.0.6" imageio = "^2.37.3"