Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit dcb6379

Browse files
committed
build: update PySide and PyQt dependencies
1 parent b264e02 commit dcb6379

File tree

2 files changed

+48
-48
lines changed

2 files changed

+48
-48
lines changed

python/poetry.lock

Lines changed: 46 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ authors = ["Shuang Wu <seanwu1105@gmail.com>"]
66

77
[tool.poetry.dependencies]
88
python = "~3.7.2"
9-
pyside6 = "^6.4.2"
10-
pyqt6 = "^6.4.0"
9+
pyside6 = "^6.5.1.1"
10+
pyqt6 = "^6.5.1"
1111
pyside2 = { version = "^5.15.2.1", markers = "sys_platform != 'darwin' or platform_machine != 'arm64'" }
1212
pyqt5 = { version = "^5.15.7", markers = "sys_platform != 'darwin' or platform_machine != 'arm64'" }
1313

0 commit comments

Comments
 (0)