update pyinstaller to fix ci (#6189)

This commit is contained in:
Maximilian Hils 2023-06-23 23:56:56 +02:00 committed by GitHub
parent 077c771ae9
commit 421e1764b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ dev = [
"click>=7.0,<8.2",
"hypothesis>=5.8,<7",
"pdoc>=4.0.0",
"pyinstaller==5.11.0",
"pyinstaller==5.12.0",
"pytest-asyncio>=0.17,<0.22",
"pytest-cov>=2.7.1,<4.2",
"pytest-timeout>=1.3.3,<2.2",