Skip to content

Commit

Permalink
Update pyinstaller requirement from ^5.10.1 to >=5.10.1,<7.0.0
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.10.1...v6.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 6a028e5 commit d32a235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ black = {version = "^23.3.0", optional = true}
mypy = {version = "^1.2.0", optional = true}
pre-commit = {version = "^3.2.2", optional = true}
pyfakefs = {version = "^5.2.2", optional = true}
pyinstaller = {version = "^5.10.1", optional = true}
pyinstaller = {version = ">=5.10.1,<7.0.0", optional = true}
pytest = {version = "^7.3.1", optional = true}
pytest-cache = {version = "^1.0", optional = true}
pytest-cov = {version = "^4.0.0", optional = true}
Expand Down

0 comments on commit d32a235

Please sign in to comment.