diff options
Diffstat (limited to '')
-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" |