From 030e41363a4c8b98a9895eaceedfdb4420efdb19 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Mon, 13 Mar 2023 16:30:39 +0100 Subject: [PATCH] Setup: update cx-Freeze --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8ad4f32e..5f109d7a 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ from pathlib import Path # This is a bit jank. We need cx-Freeze to be able to run anything from this script, so install it try: - requirement = 'cx-Freeze>=6.14.1' + requirement = 'cx-Freeze>=6.14.7' pkg_resources.require(requirement) import cx_Freeze except pkg_resources.ResolutionError: