Skip to content

Commit

Permalink
Update pyinstaller requirement from <4.6,>=4.5 to >=4.5,<4.10
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/v4.9/doc/CHANGES.rst)
- [Commits](pyinstaller/pyinstaller@v4.5...v4.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 3, 2022
1 parent 6ca6fcd commit ebed789
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 @@ -2,5 +2,5 @@
# ---------

distro==1.7.* ; sys_platform == 'linux'
pyinstaller>=4.5,<4.6
pyinstaller>=4.5,<4.10
pypiwin32==223 ; sys_platform == 'win32'

0 comments on commit ebed789

Please sign in to comment.