Skip to content

Commit

Permalink
Update PySide6 to v6.3.2 which was just recently released. (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
keithel-qt authored Sep 14, 2022
1 parent 1e7fd67 commit 618a084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readme = "README.md"
classifiers = []
requires-python = ">=3.8"
dynamic = ['version', 'description']
dependencies = ["PySide6 == 6.3.1", "pycapnp == 1.1.0"]
dependencies = ["PySide6 == 6.3.2", "pycapnp == 1.1.0"]

[project.optional-dependencies]
test = [
Expand Down

0 comments on commit 618a084

Please sign in to comment.