From 3e9cf617fff4f9452503757a7afa46c29555f953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 19:34:57 +0000 Subject: [PATCH] Bump nuitka from 2.8.9 to 2.8.10 Bumps [nuitka](https://github.com/Nuitka/Nuitka) from 2.8.9 to 2.8.10. - [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst) - [Commits](https://github.com/Nuitka/Nuitka/compare/2.8.9...2.8.10) --- updated-dependencies: - dependency-name: nuitka dependency-version: 2.8.10 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 02d29c7..f0713cc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -792,13 +792,13 @@ files = [ [[package]] name = "nuitka" -version = "2.8.9" +version = "2.8.10" description = "Python compiler with full language support and CPython compatibility" optional = false python-versions = "*" groups = ["dev"] files = [ - {file = "nuitka-2.8.9.tar.gz", hash = "sha256:b178cd437f2110c46943b368db51d20d57d586a13f8f6323ab1be4e51e2fabf8"}, + {file = "nuitka-2.8.10.tar.gz", hash = "sha256:03e4d0756d8a11cb2627da3a2d9b518c802d031bf4f2c629e0a7b8c773497452"}, ] [package.dependencies] @@ -1783,4 +1783,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = ">=3.12" -content-hash = "8aab568a54889467707a486b1b9e06bd6c73643f3cd461e63c24cfe790fcf508" +content-hash = "113d14aa153e7f92ef4ad7004d394428c620a5d53364003f9a300b52f762b0f1" diff --git a/pyproject.toml b/pyproject.toml index 40d8be1..97db896 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 = "^2.8.9" +nuitka = "^2.8.10" imageio = "^2.37.0"