diff --git a/poetry.lock b/poetry.lock index 84e67f6..8f47046 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.1.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -780,13 +780,13 @@ files = [ [[package]] name = "nuitka" -version = "2.7.13" +version = "2.7.14" 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.7.14.tar.gz", hash = "sha256:88233ed175d6d2abb2e1d5fa3c2e28b2fac604764ddc319c614325ff87c77117"}, ] [package.dependencies] @@ -1772,4 +1772,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 = "68b7b39c55a60a66249417ad4ec4a8e8b762e51b88d2100ffefce3fff0a79c06" diff --git a/pyproject.toml b/pyproject.toml index 38dd823..c216dec 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.7.14" imageio = "^2.37.0"