Update pyinstaller requirement from <=6.6.0,>=6.6.0 to >=6.6.0,<=6.7.0 in the pyinstaller group (#6864)
* --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production dependency-group: pyinstaller ... Signed-off-by: dependabot[bot] <support@github.com> * pin pyinstaller we'd had enough fun with this over the years --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maximilian Hils <git@maximilianhils.com>
This commit is contained in:
parent
59faf5a69b
commit
ae56c9e488
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue