Skip to content

Commit 10fefc5

Browse files
committed
chore: bump PySide6 to 6.11.0
Also align dev.toml setuptools floor with pyproject.toml.
1 parent 96798bc commit 10fefc5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

dev.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Rename to dev version
22
# This is dev version
33
[build-system]
4-
requires = ["setuptools>=61.0"]
4+
requires = ["setuptools>=82.0.1"]
55
build-backend = "setuptools.build_meta"
66

77
[project]
@@ -38,4 +38,4 @@ content-type = "text/markdown"
3838
find = { namespaces = false }
3939

4040
[project.optional-dependencies]
41-
gui = ["PySide6==6.10.0", "qt-material"]
41+
gui = ["PySide6==6.11.0", "qt-material"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ content-type = "text/markdown"
3939
find = { namespaces = false }
4040

4141
[project.optional-dependencies]
42-
gui = ["PySide6==6.10.0", "qt-material"]
42+
gui = ["PySide6==6.11.0", "qt-material"]
4343

4444
[tool.bandit]
4545
exclude_dirs = ["test", "tests", ".venv", "build", "dist"]

0 commit comments

Comments
 (0)