Skip to content

Commit

Permalink
Update pyinstaller requirement from <5.8,>=5 to >=5,<5.9
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@v5.0...v5.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 1, 2023
1 parent 1905041 commit eebcccf
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>=5,<5.8
pyinstaller>=5,<5.9
pyinstaller-hooks-contrib==2022.*
pypiwin32==223 ; sys_platform == 'win32'

0 comments on commit eebcccf

Please sign in to comment.