From fba0aac265cead1ed9c130cca8698d1620dea478 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 13:24:15 +0000 Subject: [PATCH] Bump nuitka from 2.5.4 to 2.5.9 Bumps [nuitka](https://github.com/Nuitka/Nuitka) from 2.5.4 to 2.5.9. - [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst) - [Commits](https://github.com/Nuitka/Nuitka/compare/2.5.4...2.5.9) --- updated-dependencies: - dependency-name: nuitka dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b64cd3d..42fabf5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "astroid" @@ -281,12 +281,12 @@ files = [ [[package]] name = "nuitka" -version = "2.5.4" +version = "2.5.9" description = "Python compiler with full language support and CPython compatibility" optional = false python-versions = "*" files = [ - {file = "Nuitka-2.5.4.tar.gz", hash = "sha256:52f3ec8df460d567362d3adf9e722534e07f4cc7bf51c2da874c86ba4103c6c1"}, + {file = "Nuitka-2.5.9.tar.gz", hash = "sha256:6cfb37449c9dd60bf6e9f79e420198019f44bb5154e3d6a40d3124d5cc26edf1"}, ] [package.dependencies] @@ -792,4 +792,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.14" -content-hash = "33c9dca632f11252bdb3148ea04f5880af8134e41306ad2ae0a9623b1edd269a" +content-hash = "a5b39f95b2568f53b1aabbb79b73c4431e059def93a97657494a9e3f8a7d753a" diff --git a/pyproject.toml b/pyproject.toml index e3f19b3..bb03061 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = ">=3.10,<3.14" PySide6-Essentials = "^6.7.3" [tool.poetry.dev-dependencies] -Nuitka = "^2.5.4" +Nuitka = "^2.5.9" zstandard = "^0.23.0" imageio = [ {version = "^2.22.4", markers = "platform_system != 'Linux'"}