Skip to content

Commit 0432c4a

Browse files
build(deps-dev): update pyinstaller requirement
Updates the requirements on [pyinstaller](https://github.com/pyinstaller/pyinstaller) to permit the latest version. - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](pyinstaller/pyinstaller@v6.14.2...v6.17.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-version: 6.17.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 811dbc5 commit 0432c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ test = [
8181
packaging = [
8282
"build>=1.2.2,<2",
8383
"distro==1.9.* ; sys_platform == 'linux'",
84-
"pyinstaller>=6.14.2,<6.17",
84+
"pyinstaller>=6.14.2,<6.18",
8585
"pyinstaller-hooks-contrib==2025.*",
8686
"pypiwin32==223 ; sys_platform == 'win32'",
8787
]

0 commit comments

Comments
 (0)