From 5644e77862a854454d772733556f9b42554a5f22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 19:11:06 +0000 Subject: [PATCH] Bump nuitka from 4.0.6 to 4.0.7 Bumps [nuitka](https://github.com/Nuitka/Nuitka) from 4.0.6 to 4.0.7. - [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst) - [Commits](https://github.com/Nuitka/Nuitka/compare/4.0.6...4.0.7) --- updated-dependencies: - dependency-name: nuitka dependency-version: 4.0.7 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 cb5859d..f308433 100644 --- a/poetry.lock +++ b/poetry.lock @@ -792,13 +792,13 @@ files = [ [[package]] name = "nuitka" -version = "4.0.6" +version = "4.0.7" description = "Python compiler with full language support and CPython compatibility" optional = false python-versions = "*" groups = ["dev"] files = [ - {file = "nuitka-4.0.6.tar.gz", hash = "sha256:9c14827058faf27414b6d28f5a27ef709fd6aa9b5f04af20e01b42889ac25b5c"}, + {file = "nuitka-4.0.7.tar.gz", hash = "sha256:26543bfed6009a466ae8608bdc643add81a497e8662e4aaf157cd00aa7fd5b9f"}, ] [package.extras] @@ -1663,4 +1663,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.12" -content-hash = "fbd0660660a569a6f855bc32980dd8b26cc4a936fb83e28f4e27bc1557fc644e" +content-hash = "0c3e38f185c1f63d820e71124766becea9f5f4fe0f542910b64172e70732e1f2" diff --git a/pyproject.toml b/pyproject.toml index b3d8b8c..aab9c1a 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.6" +nuitka = "^4.0.7" imageio = "^2.37.3"