diff --git a/poetry.lock b/poetry.lock index 84e67f6..eade371 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -780,13 +780,13 @@ files = [ [[package]] name = "nuitka" -version = "2.7.13" +version = "2.8.1" description = "Python compiler with full language support and CPython compatibility" optional = false python-versions = "*" groups = ["dev"] files = [ - {file = "Nuitka-2.7.13.tar.gz", hash = "sha256:941c6ee2321fea1d297b29669228939200640110be2a8b0bdedfcf6c3bc816b9"}, + {file = "Nuitka-2.8.1.tar.gz", hash = "sha256:456fd55c25292252f2dfb26da2c1ee0c0dbeb00106669979b8a2a1f3ae653cb0"}, ] [package.dependencies] @@ -794,7 +794,11 @@ ordered-set = ">=4.1.0" zstandard = ">=0.15" [package.extras] +all = ["imageio", "setuptools (>=42)", "toml", "zstandard (>=0.15)"] +app = ["zstandard (>=0.15)"] build-wheel = ["setuptools (>=42)", "toml", "wheel"] +icon-conversion = ["imageio"] +onefile = ["zstandard (>=0.15)"] [[package]] name = "numpy" @@ -1772,4 +1776,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = ">=3.12" -content-hash = "176218c18c0c6c6986c2885858edae8d88a50d218d89bfd2e9177b04b6fe610a" +content-hash = "f69f20d5d533414a4b3c5c59052aaa9c662ed374288781f34475c4f4cf98ab34" diff --git a/pyproject.toml b/pyproject.toml index 38dd823..c97ac21 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.7.13" +nuitka = "^2.8.1" imageio = "^2.37.0"