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 Oct 13, 2023
1 parent 0bd8456 commit 600f7b1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 18 deletions.
44 changes: 27 additions & 17 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ typer = ">=0.6.1"
aiofiles = ">=0.1.9"
Jinja2 = "^3"
pydantic = "^1"
pyinstaller = { version = "5.13.0", optional = true }
pyinstaller = { version = "6.1.0", optional = true }
unix-ar = "^0.2.1"
rich = "*"
dirsync = "^2.2.5"
Expand Down

0 comments on commit 600f7b1

Please sign in to comment.