Skip to content

Commit

Permalink
Merge pull request #215 from emcek/pyside_6_6_1
Browse files Browse the repository at this point in the history
PySide6 6.6.1
  • Loading branch information
emcek authored Dec 8, 2023
2 parents 88124f9 + 3523631 commit 46d9578
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## 3.1.0
* Report progress of live DCS-BIOS cloning repository gradually
* Internal:
* Update to Pyside6 to 6.6.1

## 3.0.0
* Use PySide6 instead of Custom Tkinter framework
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
'Pillow==10.1.0',
'psutil==5.9.6',
'pydantic==2.5.2',
'PySide6==6.6.0',
'PySide6==6.6.1',
'PyYAML==6.0.1',
'requests==2.31.0',
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ packaging==23.2
Pillow==10.1.0
psutil==5.9.6
pydantic==2.5.2
PySide6==6.6.0
PySide6==6.6.1
PyYAML==6.0.1
requests==2.31.0

0 comments on commit 46d9578

Please sign in to comment.