From c0f2eb5a10657ce1a1f30da1ca13063207c44d2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 01:57:58 +0000 Subject: [PATCH] Bump nuitka from 4.1.1 to 4.1.2 Bumps [nuitka](https://github.com/Nuitka/Nuitka) from 4.1.1 to 4.1.2. - [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst) - [Commits](https://github.com/Nuitka/Nuitka/commits) --- updated-dependencies: - dependency-name: nuitka dependency-version: 4.1.2 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 8c154c7..9f4f1d1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -792,13 +792,13 @@ files = [ [[package]] name = "nuitka" -version = "4.1.1" +version = "4.1.2" description = "Python compiler with full language support and CPython compatibility" optional = false python-versions = "*" groups = ["dev"] files = [ - {file = "nuitka-4.1.1.tar.gz", hash = "sha256:777e2c84d6b168f9bf78c3242b3779958865ae5815d26c76170eb830995368cc"}, + {file = "nuitka-4.1.2.tar.gz", hash = "sha256:efc2359b171d7b63046ca8ec8dee57015c3466a9df74b68a049c2c1a7e93ecee"}, ] [package.extras] @@ -1658,4 +1658,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.12" -content-hash = "de9d212d887eceb000af7b62afe2683d93af02a02603248d84bdfb0e52fa8fcb" +content-hash = "962f8cae498521e53abc9a949214d9965232f50bac8335149cd8c7e973362785" diff --git a/pyproject.toml b/pyproject.toml index 30c48d5..e9c42a7 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.1.1" +nuitka = "^4.1.2" imageio = "^2.37.3"