Skip to content

Commit

Permalink
Fix pyinstaller error by upgrading it
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-pennyworth committed Jun 18, 2024
1 parent 3087b73 commit b76de25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12.1
3.12.3
2 changes: 1 addition & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ Subsequent searches should be snappy
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>0.2.9</string>
<string>0.2.10</string>
<key>webaddress</key>
<string>https://github.com/mr-pennyworth/alfred-better-dictionaries</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion pyapp/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ beautifulsoup4==4.8.2
lxml==5.1.0
meilisearch==0.30.0
multiprocess==0.70.11.1
pyinstaller==6.3.0
pyinstaller==6.8.0

0 comments on commit b76de25

Please sign in to comment.