Skip to content

Commit

Permalink
Pin pyinstaller to 6.10 due to AV false positive in 6.11 with Microso…
Browse files Browse the repository at this point in the history
…ft Defender
  • Loading branch information
JWCook committed Jan 2, 2025
1 parent a5ae19a commit b23b458
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packaging/naturtag.aip
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AIEdition=1
GUID={01329D81-576C-42FE-9850-9C4C03F161FB}
AppName=Naturtag
AppEdition=
AppVersion=v0.8.0
AppVersion=v0.8.1
GetVerFromExe=0
AppDescription=
CompanyName=
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ nox = '^2023.4'
nox-poetry = '^1.0'
pre-commit = '^4.0'
prettyprinter = '^0.18'
pyinstaller = '^6.11'
pyinstaller = '6.10.0'
pytest = '^8.2'
pytest-cov = '>=6.0'
pytest-xdist = '>=2.2'
Expand Down

0 comments on commit b23b458

Please sign in to comment.