Skip to content

Commit 71b4a46

Browse files
committed
Update cx_freeze to 7.0.0 to avoid a false alarm from the Microsoft Defender antivirus
1 parent 9902228 commit 71b4a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-build.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements.txt
22

33
PyInstaller==5.13.1; sys_platform == 'linux2' or sys_platform == 'linux'
4-
cx_Freeze==6.15.16; sys_platform == 'win32'
4+
cx_Freeze==7.0.0; sys_platform == 'win32'
55

66
setuptools==65.5.1; sys_platform == 'darwin'
77
text-unidecode==1.3; sys_platform == 'darwin'

0 commit comments

Comments
 (0)