File tree 5 files changed +7
-19
lines changed
5 files changed +7
-19
lines changed Original file line number Diff line number Diff line change 64
64
- name : " Set up Python environment"
65
65
uses : ./.github/actions/setup-python
66
66
67
- - name : " Patch QtGui.pyi"
68
- run : |
69
- patch /opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/PySide6/QtGui.pyi < QtGui_pyi.patch
70
-
71
67
- name : " Check mypy"
72
68
run : |
73
69
mypy .
Original file line number Diff line number Diff line change 2
2
* Basic support for ** F-4E Phantom II** (@emcek )
3
3
* Add button to repair DCS-BIOS installation (@emcek )
4
4
* Can't start DCSpy after stopping #314 (@emcek )
5
+ * Internal:
6
+ * Update PySide6 framework
7
+ * optimize unit tests
5
8
6
9
## 3.4.2
7
10
* Fix update process when downloaded new release can not be saved in filesystem
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ dependencies = [
43
43
' Pillow==10.3.0' ,
44
44
' psutil==5.9.8' ,
45
45
' pydantic==2.7.1' ,
46
- ' PySide6==6.7.0 ' ,
46
+ ' PySide6==6.7.1 ' ,
47
47
' PyYAML==6.0.1' ,
48
48
' requests==2.32.2' ,
49
- ' typing_extensions==4.11 .0; python_version < "3.12"' ,
49
+ ' typing_extensions==4.12 .0; python_version < "3.12"' ,
50
50
]
51
51
52
52
[project .urls ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ packaging==24.0
4
4
Pillow == 10.3.0
5
5
psutil == 5.9.8
6
6
pydantic == 2.7.1
7
- PySide6 == 6.7.0
7
+ PySide6 == 6.7.1
8
8
PyYAML == 6.0.1
9
9
requests == 2.32.2
10
- typing_extensions == 4.11 .0 ; python_version < '3.12'
10
+ typing_extensions == 4.12 .0 ; python_version < '3.12'
You can’t perform that action at this time.
0 commit comments