Skip to content

Commit 71f1806

Browse files
committed
build(dist): update pyinstaller
1 parent ea20179 commit 71f1806

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,22 +102,22 @@ pypi_dist = [
102102
win_dist = [
103103
"pip==26.2.1",
104104
"pywin32==312",
105-
"pyinstaller==6.20.0",
106-
"pyinstaller-hooks-contrib==2026.6",
105+
"pyinstaller==6.22.2",
106+
"pyinstaller-hooks-contrib==2026.7",
107107
"packaging==26.3",
108108
]
109109

110110
mac_dist = [
111111
"pip==26.2.1",
112-
"pyinstaller==6.20.0",
113-
"pyinstaller-hooks-contrib==2026.6",
112+
"pyinstaller==6.22.2",
113+
"pyinstaller-hooks-contrib==2026.7",
114114
"packaging==26.3",
115115
]
116116

117117
linux_dist = [
118118
"pip==26.2.1",
119-
"pyinstaller==6.20.0",
120-
"pyinstaller-hooks-contrib==2026.6",
119+
"pyinstaller==6.22.2",
120+
"pyinstaller-hooks-contrib==2026.7",
121121
"packaging==26.3",
122122
]
123123

0 commit comments

Comments
 (0)