Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pyinstaller from 5.0 to 6.1.0 in /tools/deps #4239

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 13 additions & 12 deletions tools/deps/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,19 @@ macholib==1.14 ; sys_platform == "darwin" \
pefile==2021.5.24 ; sys_platform == "win32" \
--hash=sha256:ed79b2353daa58421459abf4d685953bde0adf9f6e188944f97ba9795f100246
# via pyinstaller
pyinstaller==5.0 \
--hash=sha256:00a982387c69d101fb1ae680689ec88301466eda96928fdc3ba087f7e58ced70 \
--hash=sha256:050f91ddf78a6b25c578c9d206740fd2401ddc5123665d4633c06e0825de8738 \
--hash=sha256:0b7f1a09e1ae617867d4e9b56285dd670bcf0b1362b272c96a933b0195fce226 \
--hash=sha256:0e58b86e126a076ab912cefa57aa057baa8ad51ffdfcb8decab30712c0f0c698 \
--hash=sha256:16c6d5ee6cbba2835572e2b33b300775e597ad7ece60647e8b5b0de90fff27a5 \
--hash=sha256:478a205a13c1c9fa0ef1fe55bdfff5ffc8946d612a6a6d093b2e599d69a26e55 \
--hash=sha256:5d9bf534b9d24c32549bd0b36a4b15d80adf57773addc065e5c68d9bd5144450 \
--hash=sha256:a4259e924e8ca0a2b73f9b602f056548be3547dff2869fc7329a21831e493f7e \
--hash=sha256:bc9430b04e0e38a29b08fac10f45fc3a1c71f0f5de9ca5d9996f7cfe6a4cc5bf \
--hash=sha256:c71d94fa7b1feeeca8d41f638560b1165202c594f7f79c70e38f8034a8318888 \
--hash=sha256:c72128088b8670fa2b16264395d3fe6546cd3679f43e53f8077deda58c06cfc0
pyinstaller==6.1.0 \
--hash=sha256:041ab9311d08162356829bf47293a613c44dc9ace28846fb63098889c7383c5d \
--hash=sha256:331f050e8f9e923bb6b50454acfc0547fd52092585c61eb5f2fc93de60703f13 \
--hash=sha256:3c04963637481a3edf1eec64ab4c3fce098908f02fc472c11e73be7eedc08b95 \
--hash=sha256:4368e4eb9999ce32e3280330b3c26f175e0fa7fa13efb4d2dc4ade488ff6d7c2 \
--hash=sha256:6e71d9f6f5a1e0f7523e8ebee1b76bb29538f64d863e3711c2b21033f499e2b9 \
--hash=sha256:8f3d49c60f3344bf3d4a6d4258bda665dad185ab2b097341d3af2a6387c838ef \
--hash=sha256:9e8b5bbc1bdf554ade1360e62e4959091430c3cc15ebfff3c28c8894fd1f312a \
--hash=sha256:bebf6f442bbe6343acaec873803510ee1930d026846a018f727da4e0690081f8 \
--hash=sha256:da78942d31c1911ea4abcd3ca3bd0c062af7f163a5e227fd18a359b61deda4ca \
--hash=sha256:dd438afd2abb643f5399c0cb254a11c217c06782cb274a2911dd785f9f67fa9e \
--hash=sha256:f63d2353537bac7bfeeaedbe5ac99f3be35daa290dd1ad1be90768acbf77e3d5 \
--hash=sha256:f9f5bcaef6122d93c54ee7a9ecb07eab5b81a7ebfb5cb99af2b2a6ff49eff62f
pyinstaller-hooks-contrib==2021.2 \
--hash=sha256:57964f93eb69255c49159ffdf052aae893feed223b0f69773dfd010ca6c569d9 \
--hash=sha256:7f5d0689b30da3092149fc536a835a94045ac8c9f0e6dfb23ac171890f5ea8f2
Expand Down
Loading