Skip to content

Commit fc5fd52

Browse files
Merge pull request #193 from scszcoder/gui-v2-merge-from-dev
feat: upgrade python 3.12
2 parents 9852ee0 + 75e7e5b commit fc5fd52

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions/setup-python-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ inputs:
1919
pyinstaller-version:
2020
description: 'PyInstaller version to install'
2121
required: false
22-
default: '6.15.0'
22+
default: '6.18.0'
2323
extra-packages:
2424
description: 'Extra packages to install (comma-separated)'
2525
required: false

requirements-base.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ posthog==3.20.0
181181
# ============================================================================
182182
# DEVELOPMENT & BUILD TOOLS
183183
# ============================================================================
184-
pyinstaller==6.15.0
184+
pyinstaller==6.18.0
185185
pyproject_hooks==1.2.0
186186
setuptools>=80.9.0
187187
wheel==0.45.1
@@ -324,7 +324,7 @@ networkx==3.4.2
324324
# MISCELLANEOUS & LEGACY
325325
# ============================================================================
326326
acres==0.3.0
327-
altgraph==0.17.4
327+
altgraph==0.17.5
328328
asttokens==3.0.0
329329
backcall==0.2.0
330330
cffi==2.0.0
@@ -348,7 +348,7 @@ orderly-set==5.4.1
348348
outcome==1.3.0.post0
349349
pandocfilters==1.5.1
350350
parso==0.8.4
351-
pefile==2023.2.7
351+
pefile==2024.8.26
352352
pickleshare==0.7.5
353353
propcache==0.2.1
354354
pure_eval==0.2.3

0 commit comments

Comments
 (0)