Skip to content

Commit

Permalink
Update pyinstaller requirement in the all-dependencies group
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.

Updates `pyinstaller` to 6.10.0
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst)
- [Commits](pyinstaller/pyinstaller@v6.9.0...v6.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent 3c231b5 commit 19eb234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ pyclip~=0.7.0
# dev stuff
black~=24.8.0
pytest~=8.3.1
PyInstaller~=6.9.0
PyInstaller~=6.10.0
Pillow~=10.4.0
appdirs~=1.4.4

0 comments on commit 19eb234

Please sign in to comment.