From 034674cb1c9ee567548c3dcdc3b835449fb019d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 06:08:05 +0000 Subject: [PATCH] :arrow_up:(deps-dev): Bump nuitka from 1.5.8 to 1.6.1 Bumps [nuitka](https://github.com/Nuitka/Nuitka) from 1.5.8 to 1.6.1. - [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst) - [Commits](https://github.com/Nuitka/Nuitka/commits) --- updated-dependencies: - dependency-name: nuitka dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0192dbc..487d418 100644 --- a/poetry.lock +++ b/poetry.lock @@ -519,13 +519,13 @@ files = [ [[package]] name = "nuitka" -version = "1.5.8" +version = "1.6.1" description = "Python compiler with full language support and CPython compatibility" category = "dev" optional = false python-versions = "*" files = [ - {file = "Nuitka-1.5.8.tar.gz", hash = "sha256:729806f45d8a7cf45a843a92752f392e6a821653ba72d46505b6c154be0d3853"}, + {file = "Nuitka-1.6.1.tar.gz", hash = "sha256:cfbfed720544de7a503e338ac663bcc65d281c44e73e449431e710b38319b568"}, ] [package.dependencies] @@ -1084,4 +1084,4 @@ gui = ["pyside6", "darkdetect"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.12" -content-hash = "1315aaddd7a9ea92ed8a1d8814456c822c345c321687ccffecfc5009c4ee6f7b" +content-hash = "d93c36edb3685eb4932b34c5c4052965f4d9295ac6fc8cfa41d474f1339f0f22" diff --git a/pyproject.toml b/pyproject.toml index 094d0eb..9f7009d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ isort = "^5.12.0" flake8 = "^6.0.0" [tool.poetry.group.compile.dependencies] -nuitka = "^1.5.8" +nuitka = "^1.6.1" ordered-set = "^4.1.0" zstandard = "^0.21.0" imageio = "^2.30.0"