From 570a0a1c4095de0b16ac2715bdbd3fe743ebb81a Mon Sep 17 00:00:00 2001 From: elacuesta <1731933+elacuesta@users.noreply.github.com> Date: Tue, 12 Apr 2022 15:04:23 -0300 Subject: [PATCH] Bump pyinstaller version (#419) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bbbfe36a..913568c1 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,7 @@ install_command = python -m pip install {opts} {packages} deps = -rrequirements.txt - pyinstaller==4.0 + pyinstaller==4.10 pytest packaging==20.4 setuptools==59.8.0 # https://github.com/pypa/setuptools/issues/3089