Skip to content

Commit 68edb65

Browse files
Bump pyinstaller from 6.14.1 to 6.15.0 (#84)
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 6.14.1 to 6.15.0. - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](pyinstaller/pyinstaller@v6.14.1...v6.15.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-version: 6.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Beale <michael.beale@intel.com>
1 parent 1a8b923 commit 68edb65

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

poetry.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spacy = "^3.8.2"
1717
sv-ttk = {version = "^2.6.0", optional = true, markers = "sys_platform == 'win32'"}
1818
pywin32 = {version = "^306", optional = true, markers = "sys_platform == 'win32'"}
1919
pystray = {version = "^0.19.5", optional = true, markers = "sys_platform == 'win32'"}
20-
pyinstaller = {version = "^6.10.0", optional = true, markers = "sys_platform == 'win32'"}
20+
pyinstaller = {version = "^6.15.0", optional = true, markers = "sys_platform == 'win32'"}
2121
pydebugstring = {version = "^1.0.0.2", markers = "sys_platform == 'win32'"}
2222
pyttsx3 = {version = "^2.99", optional = true }
2323
pefile = {version = "<2024.8.26", optional = true, markers = "sys_platform == 'win32'"} # pinned to avoid breaking changes in newer versions

0 commit comments

Comments
 (0)