Skip to content

Commit c6209b4

Browse files
build(deps): 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.16.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-version: 6.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f2a1f2c commit c6209b4

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.16",
84+
"pyinstaller>=6.14.2,<6.17",
8585
"pyinstaller-hooks-contrib==2025.*",
8686
"pypiwin32==223 ; sys_platform == 'win32'",
8787
]

0 commit comments

Comments
 (0)