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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 2, 2024
1 parent 641ab52 commit 1e0c54e
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,3 +1,3 @@
distro==1.9.* ; sys_platform == 'linux'
pyinstaller>=6.8.0,<6.9
pyinstaller>=6.8.0,<6.10
pypiwin32==223 ; sys_platform == 'win32'

0 comments on commit 1e0c54e

Please sign in to comment.