File tree Expand file tree Collapse file tree 2 files changed +20
-11
lines changed
Expand file tree Collapse file tree 2 files changed +20
-11
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,12 @@ jobs:
1818 steps :
1919 - uses : actions/checkout@v4
2020
21- - name : Set up Python 3.12
21+ - name : Set up Python 3.12 (ARM64)
2222 uses : actions/setup-python@v4
2323 with :
2424 python-version : " 3.12"
25+ architecture : " arm64"
26+
2527
2628 - name : Install dependencies
2729 run : |
Original file line number Diff line number Diff line change 1+ annotated-types == 0.7.0
12APScheduler == 3.11.0
2- certifi == 2024.12.14
3+ cabarchive == 0.2.4
4+ certifi == 2025.1.31
35charset-normalizer == 3.4.1
4- cx_Freeze == 7.2.8
6+ cx_Freeze == 8.0.0
57cx_Logging == 3.2.1
8+ filelock == 3.18.0
69greenlet == 3.1.1
710idna == 3.10
8- lief == 0.16.2
11+ lief == 0.16.4
912packaging == 24.2
10- PyQt6 == 6.8.0
11- PyQt6-Qt6 == 6.8.1
12- PyQt6_sip == 13.9.1
13+ pydantic == 2.11.4
14+ pydantic_core == 2.33.2
15+ PyQt6 == 6.8.1
16+ PyQt6-Qt6 == 6.8.2
17+ PyQt6_sip == 13.10.0
1318QtAwesome == 1.3.1
14- QtPy == 2.4.2
19+ QtPy == 2.4.3
1520requests == 2.32.3
1621setuptools == 75.8.0
17- SQLAlchemy == 2.0.37
22+ SQLAlchemy == 2.0.39
23+ striprtf == 0.0.28
24+ typing-inspection == 0.4.0
1825typing_extensions == 4.12.2
19- tzdata == 2024 .2
20- tzlocal == 5.2
26+ tzdata == 2025 .2
27+ tzlocal == 5.3.1
2128UniversalSpeech == 1.0.2.1
2229urllib3 == 2.3.0
You can’t perform that action at this time.
0 commit comments