Skip to content

Commit 2088630

Browse files
committed
Update versions of dependencies
PySide6 6.3.1->6.3.2
1 parent 173ee2d commit 2088630

File tree

3 files changed

+30
-30
lines changed

3 files changed

+30
-30
lines changed

poetry.lock

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

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--index-url https://pypi.tuna.tsinghua.edu.cn/simple
22

3-
pyside6-addons==6.3.1 ; python_version >= "3.9" and python_version < "3.11"
4-
pyside6-essentials==6.3.1 ; python_version >= "3.9" and python_version < "3.11"
5-
pyside6==6.3.1 ; python_version >= "3.9" and python_version < "3.11"
6-
shiboken6==6.3.1 ; python_version >= "3.9" and python_version < "3.11"
3+
pyside6-addons==6.3.2 ; python_version >= "3.9" and python_version < "3.11"
4+
pyside6-essentials==6.3.2 ; python_version >= "3.9" and python_version < "3.11"
5+
pyside6==6.3.2 ; python_version >= "3.9" and python_version < "3.11"
6+
shiboken6==6.3.2 ; python_version >= "3.9" and python_version < "3.11"

requirements_dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ mypy-extensions==0.4.3 ; python_version >= "3.9" and python_version < "3.11"
88
mypy==0.971 ; python_version >= "3.9" and python_version < "3.11"
99
pathspec==0.10.1 ; python_version >= "3.9" and python_version < "3.11"
1010
platformdirs==2.5.2 ; python_version >= "3.9" and python_version < "3.11"
11-
pyside6-addons==6.3.1 ; python_version >= "3.9" and python_version < "3.11"
12-
pyside6-essentials==6.3.1 ; python_version >= "3.9" and python_version < "3.11"
13-
pyside6==6.3.1 ; python_version >= "3.9" and python_version < "3.11"
14-
shiboken6==6.3.1 ; python_version >= "3.9" and python_version < "3.11"
11+
pyside6-addons==6.3.2 ; python_version >= "3.9" and python_version < "3.11"
12+
pyside6-essentials==6.3.2 ; python_version >= "3.9" and python_version < "3.11"
13+
pyside6==6.3.2 ; python_version >= "3.9" and python_version < "3.11"
14+
shiboken6==6.3.2 ; python_version >= "3.9" and python_version < "3.11"
1515
tomli==2.0.1 ; python_version >= "3.9" and python_version < "3.11"
1616
typing-extensions==4.3.0 ; python_version >= "3.9" and python_version < "3.11"

0 commit comments

Comments
 (0)