diff --git a/poetry.lock b/poetry.lock index 6732819..59a4a1a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -804,13 +804,13 @@ files = [ [[package]] name = "nuitka" -version = "4.1.3" +version = "4.2" description = "Python compiler with full language support and CPython compatibility" optional = false python-versions = "*" groups = ["dev"] files = [ - {file = "nuitka-4.1.3.tar.gz", hash = "sha256:838ff8899dc2f0b652d4fcf6c5d7466cb7ad5abcb005668ac622d1e40f4d8a8d"}, + {file = "nuitka-4.2.tar.gz", hash = "sha256:b6112c10a5d0431e2b4309780257a03049a42605290e83f771d57a067a387410"}, ] [package.extras] @@ -1750,4 +1750,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.12" -content-hash = "cf66259fedcebd22bfae962b20b3a00a095b3f4970fc39eb13c541163eee5735" +content-hash = "0184cbb7174f18b754db13757cab18396a085d81a257c7848715c6c696e0e89f" diff --git a/pyproject.toml b/pyproject.toml index 952da04..8170b86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ build-backend = "poetry.core.masonry.api" package-mode = false [tool.poetry.group.dev.dependencies] -nuitka = "^4.1.3" +nuitka = "^4.2.0" imageio = "^2.37.4" [tool.poetry.group.test.dependencies]