From 7d55f640e7cf27ed016be8c227cc5e3767a12c4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 16:06:52 +0000 Subject: [PATCH] Update nuitka requirement from <=2.6.2 to <=2.6.7 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.6.7) --- updated-dependencies: - dependency-name: nuitka dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 32fe5376..f4d26035 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ asyncio chardet colorama ordered-set -nuitka<=2.6.2 +nuitka<=2.6.7 pyinstaller websocket-client fastapi[standard]