diff --git a/poetry.lock b/poetry.lock index c38bf92..7246d8d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -792,13 +792,13 @@ files = [ [[package]] name = "nuitka" -version = "2.8.6" +version = "2.8.9" description = "Python compiler with full language support and CPython compatibility" optional = false python-versions = "*" groups = ["dev"] files = [ - {file = "nuitka-2.8.6.tar.gz", hash = "sha256:a648c392d2a041f31c9582a68ef7c1a3a71166eaf2d344a0bb1d03f184ed3a2a"}, + {file = "nuitka-2.8.9.tar.gz", hash = "sha256:b178cd437f2110c46943b368db51d20d57d586a13f8f6323ab1be4e51e2fabf8"}, ] [package.dependencies] @@ -1788,4 +1788,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = ">=3.12" -content-hash = "a080e5d6f7bd9e99dbc05b62fa3cbb34106a08c96a43c81980570f92fd427c49" +content-hash = "8aab568a54889467707a486b1b9e06bd6c73643f3cd461e63c24cfe790fcf508" diff --git a/pyproject.toml b/pyproject.toml index 69edf2a..40d8be1 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.6" +nuitka = "^2.8.9" imageio = "^2.37.0"