Skip to content

Commit

Permalink
build(deps): update pyinstaller requirement from <6.10,>=6 to >=6,<6.11
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.0.0...v6.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 8faf813 commit 55bcb95
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
Expand Up @@ -3,6 +3,6 @@

build>=0.9,<2
distro==1.9.* ; sys_platform == 'linux'
pyinstaller>=6,<6.10
pyinstaller>=6,<6.11
pyinstaller-hooks-contrib==2024.*
pypiwin32==223 ; sys_platform == 'win32'

0 comments on commit 55bcb95

Please sign in to comment.