Skip to content

Commit

Permalink
Update pyinstaller requirement from <=6.6.0,>=6.6.0 to >=6.6.0,<=6.7.…
Browse files Browse the repository at this point in the history
…0 in the pyinstaller group (#6864)

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

Signed-off-by: dependabot[bot] <[email protected]>

* pin pyinstaller

we'd had enough fun with this over the years

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maximilian Hils <[email protected]>
  • Loading branch information
dependabot[bot] and mhils committed May 22, 2024
1 parent 59faf5a commit ae56c9e
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 @@ -65,7 +65,7 @@ dev = [
"click>=7.0,<=8.1.7",
"hypothesis>=5.8,<=6.102.4",
"pdoc>=4.0.0,<=14.5.0",
"pyinstaller>=6.6.0,<=6.6.0",
"pyinstaller==6.7.0",
"pytest-asyncio>=0.23.6,<=0.23.7",
"pytest-cov>=5.0.0,<=5.0.0",
"pytest-timeout>=2.3.1,<=2.3.1",
Expand Down

0 comments on commit ae56c9e

Please sign in to comment.