Skip to content

Commit

Permalink
Merge pull request #100 from flamusdiu/dependabot/pip/pyinstaller-gte…
Browse files Browse the repository at this point in the history
…-5.10.1-and-lt-7.0.0

Update pyinstaller requirement from ^5.10.1 to >=5.10.1,<7.0.0
  • Loading branch information
github-actions[bot] authored Sep 25, 2023
2 parents 6a028e5 + d32a235 commit a74146a
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 a74146a

Please sign in to comment.