Skip to content

Commit

Permalink
Bug 1647533 - Upgrade to pyinstaller 4.3 (#857)
Browse files Browse the repository at this point in the history
Has a change that should help with anti-virus false-postiives on
Windows: pyinstaller/pyinstaller#5579
  • Loading branch information
wlach committed May 7, 2021
1 parent fa18254 commit bfc9e65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements/build.txt
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit bfc9e65

Please sign in to comment.