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:
dependabot[bot] 2024-05-22 00:19:19 +00:00 committed by GitHub
parent 59faf5a69b
commit ae56c9e488
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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",