Skip to content

Commit

Permalink
Merge pull request #98 from Backblaze/fix-pyinstaller-win
Browse files Browse the repository at this point in the history
Upgrade pyinstaller
  • Loading branch information
mlech-reef authored Feb 8, 2025
2 parents 9e8c864 + 71febd7 commit b5ff5f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Infrastructure
* Upgrade pyinstaller to 6.11.1

## [0.10.0] - 2025-01-10

### Added
Expand Down
2 changes: 1 addition & 1 deletion python-bindings/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

black~=24.8.0
flake8~=7.1.1
pyinstaller~=6.10.0
pyinstaller~=6.11.1
patchelf-wrapper~=1.2 ; sys_platform == 'linux'
staticx~=0.14.1 ; sys_platform == 'linux'

0 comments on commit b5ff5f0

Please sign in to comment.