Skip to content

Commit

Permalink
🧹 Upgrade pyinstaller (#6011)
Browse files Browse the repository at this point in the history
The `pyinstaller` package at the given version didn't install on my specific Python version. I bumped the version to the latest and everything seems fine now 🤷. Can't hurt.

**How to test**

We will see if the offline hedy build succeeds.
  • Loading branch information
rix0rrr authored Dec 4, 2024
1 parent 2c07be6 commit 9c5d667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ email-validator==2.1.0.post1
doit==0.36.0
doit_watch>=0.1.0
uflash>=2.0.0
pyinstaller==6.3.0
pyinstaller==6.11.1
pylint==3.1.0
commonmark==0.9.1
colorama==0.4.6
Expand Down

0 comments on commit 9c5d667

Please sign in to comment.