Skip to content

Commit

Permalink
build(deps): update pyinstaller requirement
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 2, 2024
1 parent c78c281 commit b138425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/packaging.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Packaging
# ---------

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

0 comments on commit b138425

Please sign in to comment.