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 7c7d0df commit 5d06bb6
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 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
44 changes: 22 additions & 22 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 5d06bb6

Please sign in to comment.