diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2021-01-18 20:09:16 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2021-01-18 20:09:16 +0000 |
commit | 440c886cfe58129cf2930cea043fd270e6115ca6 (patch) | |
tree | e46867c8f8d8a6cbcc9dc352e13a2ad84aa3b37e | |
parent | e513654e494a820b0f6805a44792741c455291e9 (diff) |
update pyinstaller version
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 6608afc..d8fd9a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pytest = "^5.4.1" pytest-cov = "^2.7.1" coverage = "^5.1" nox = "^2019.11.9" -pyinstaller = "^3.6" +pyinstaller = "^4.2" wheel = "^0.34.2" pefile = "^2019.4.18" pywin32-ctypes = "^0.2.0" |