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.10.0)

---
updated-dependencies:
- dependency-name: pyinstaller
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 30, 2024
1 parent 11e6e70 commit 4b36f86
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.10
pyinstaller>=6.8.0,<6.11
pyinstaller-hooks-contrib==2024.*
pypiwin32==223 ; sys_platform == 'win32'

0 comments on commit 4b36f86

Please sign in to comment.