mirror of https://github.com/DJ2LS/FreeDATA.git
Update nuitka requirement from <=4.0.8 to <=4.1.2
Updates the requirements on [nuitka](https://github.com/Nuitka/Nuitka) to permit the latest version. - [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst) - [Commits](https://github.com/Nuitka/Nuitka/commits) --- updated-dependencies: - dependency-name: nuitka dependency-version: 4.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>pull/1094/head
parent
e33d6602c0
commit
2a8fd9c072
|
|
@ -73,7 +73,7 @@ build = [
|
|||
"wheel",
|
||||
]
|
||||
nuitka = [
|
||||
"nuitka<=4.0.8",
|
||||
"nuitka<=4.1.2",
|
||||
]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
|
|
|
|||
|
|
@ -26,4 +26,4 @@ pick
|
|||
# Build
|
||||
build
|
||||
wheel
|
||||
nuitka<=4.0.8
|
||||
nuitka<=4.1.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue