Skip to content

Commit

Permalink
Merge pull request #315 from emcek/pyside_6_7_1
Browse files Browse the repository at this point in the history
Update Pyside 6.7.1
  • Loading branch information
emcek authored May 26, 2024
2 parents aa0d7a4 + b65b0c5 commit 361aca6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 19 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ jobs:
- name: "Set up Python environment"
uses: ./.github/actions/setup-python

- name: "Patch QtGui.pyi"
run: |
patch /opt/hostedtoolcache/Python/3.12.3/x64/lib/python3.12/site-packages/PySide6/QtGui.pyi < QtGui_pyi.patch
- name: "Check mypy"
run: |
mypy .
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
* Basic support for **F-4E Phantom II** (@emcek)
* Add button to repair DCS-BIOS installation (@emcek)
* Can't start DCSpy after stopping #314 (@emcek)
* Internal:
* Update PySide6 framework
* optimize unit tests

## 3.4.2
* Fix update process when downloaded new release can not be saved in filesystem
Expand Down
11 changes: 0 additions & 11 deletions QtGui_pyi.patch

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ dependencies = [
'Pillow==10.3.0',
'psutil==5.9.8',
'pydantic==2.7.1',
'PySide6==6.7.0',
'PySide6==6.7.1',
'PyYAML==6.0.1',
'requests==2.32.2',
'typing_extensions==4.11.0; python_version < "3.12"',
'typing_extensions==4.12.0; python_version < "3.12"',
]

[project.urls]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ packaging==24.0
Pillow==10.3.0
psutil==5.9.8
pydantic==2.7.1
PySide6==6.7.0
PySide6==6.7.1
PyYAML==6.0.1
requests==2.32.2
typing_extensions==4.11.0; python_version < '3.12'
typing_extensions==4.12.0; python_version < '3.12'

0 comments on commit 361aca6

Please sign in to comment.