Skip to content

Commit

Permalink
fix(deps): update dependency pyinstaller to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 9, 2024
1 parent 238b237 commit dd2d29d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 21 deletions.
42 changes: 22 additions & 20 deletions packages/simulator/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/simulator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "<3.12,>=3.8"
wxPython = "^4.2.0"
pyinstaller = "^5.4.1"
pyinstaller = "^6.0.0"
numpy = ">1.22"
klippermock = {path = "../klippermock", develop = true}

Expand Down

0 comments on commit dd2d29d

Please sign in to comment.