downgrade pyinstaller, fix #5699 (#5701)

This commit is contained in:
Maximilian Hils 2022-10-31 18:10:00 +01:00 committed by GitHub
parent 27cf2d2d12
commit 464650e677
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -2,7 +2,9 @@
## Unreleased: mitmproxy next
* Hard exit when mitmproxy cannot write logs, fixes endless loop when parent process exits
* Temporarily downgrade PyInstaller to fix standalone Linux binaries.
([#5699](https://github.com/mitmproxy/mitmproxy/issues/5699), @mhils))
* Hard exit when mitmproxy cannot write logs, fixes endless loop when parent process exits.
([#4669](https://github.com/mitmproxy/mitmproxy/issues/4669), @Prinzhorn))

View file

@ -108,7 +108,7 @@ setup(
"hypothesis>=5.8,<7",
"parver>=0.1,<2.0",
"pdoc>=4.0.0",
"pyinstaller==5.6.1",
"pyinstaller==5.5",
"pytest-asyncio>=0.17,<0.21",
"pytest-cov>=2.7.1,<4.1",
"pytest-timeout>=1.3.3,<2.2",