From 85fb8c5a1aea5e7b8d8f59627b722422c7ecc85c Mon Sep 17 00:00:00 2001 From: William Lachance Date: Thu, 6 May 2021 12:06:43 -0400 Subject: [PATCH] Bug 1647533 - Upgrade to pyinstaller 4.3 Has a change that should help with anti-virus false-postiives on Windows: https://github.com/pyinstaller/pyinstaller/issues/5579 --- requirements/build.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/build.txt b/requirements/build.txt index a6c25c203..5c13bb0a1 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile # To update, run: # -# pip-compile --generate-hashes --output-file=all.txt base.in dev.in gui-dev.in gui.in +# pip-compile --generate-hashes --output-file=build.txt base.in dev.in gui-dev.in gui.in # aiohttp==3.7.4.post0 \ --hash=sha256:02f46fc0e3c5ac58b80d4d56eb0a7c7d97fcef69ace9326289fb9f1955e65cfe \ @@ -438,8 +438,8 @@ pyinstaller-hooks-contrib==2021.1 \ --hash=sha256:27558072021857d89524c42136feaa2ffe4f003f1bdf0278f9b24f6902c1759c \ --hash=sha256:892310e6363655838485ee748bf1c5e5cade7963686d9af8650ee218a3e0b031 # via pyinstaller -pyinstaller==4.2 \ - --hash=sha256:f5c0eeb2aa663cce9a5404292c0195011fa500a6501c873a466b2e8cad3c950c +pyinstaller==4.3 \ + --hash=sha256:5ecf8bbc230d7298a796e52bb745b95eee12878d141f1645612c99246ecd23f2 # via -r base.in pyparsing==2.4.7 \ --hash=sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1 \