Update nuitka requirement from <=2.7.16 to <=2.8.4

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/compare/0.3.11a...2.8.4)

---
updated-dependencies:
- dependency-name: nuitka
  dependency-version: 2.8.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/1028/head
dependabot[bot] 2025-11-01 16:02:05 +00:00 committed by GitHub
parent 836039d3f4
commit e7c2982f0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ dependencies = [
"chardet",
"colorama",
"ordered-set",
"nuitka<=2.7.16",
"nuitka<=2.8.4",
"pyinstaller",
"websocket-client",
"fastapi[standard]",

View File

@ -8,7 +8,7 @@ requests
chardet
colorama
ordered-set
nuitka<=2.7.16
nuitka<=2.8.4
pyinstaller
websocket-client
fastapi[standard]