Skip to content

Commit

Permalink
[fix] Pin pyinstaller to 5.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
j-a-n committed Aug 29, 2023
1 parent 4fec7bc commit 08a0cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -56,7 +56,7 @@ pytest-cov = "^4.0"
pywin32-ctypes = {version = "^0.2", platform = "win32"}
requests = "^2.25"
tan = "^22.8"
pyinstaller = "^5.2"
pyinstaller = "5.13.0"

[tool.poetry.scripts]
opsiclientd = "opsiclientd.__main__:opsiclientd"
Expand Down

0 comments on commit 08a0cdb

Please sign in to comment.