Skip to content

Commit b138425

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.8.0...v6.11.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c78c281 commit b138425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/packaging.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Packaging
22
# ---------
33

4-
pyinstaller>=6.8.0,<6.11
4+
pyinstaller>=6.8.0,<6.12
55
pyinstaller-hooks-contrib==2024.*
66
pypiwin32==223 ; sys_platform == 'win32'

0 commit comments

Comments
 (0)