Skip to content

Commit

Permalink
chore: bump pyside version
Browse files Browse the repository at this point in the history
  • Loading branch information
dynobo committed May 24, 2024
1 parent 1cb0203 commit bcf155e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ classifiers = [
"Operating System :: MacOS",
]
dependencies = [
"shiboken6==6.7.0",
"PySide6-Essentials==6.7.0",
"shiboken6==6.7.1",
"PySide6-Essentials==6.7.1",
"jeepney==0.8.0",
]

Expand Down Expand Up @@ -243,7 +243,7 @@ sources = ["normcap"]
icon = "bundle/imgs/normcap"
installer_icon = "bundle/imgs/normcap_install"
installer_background = "bundle/imgs/normcap_install_bg"
requires = ["PySide6-Essentials==6.7.0", "shiboken6==6.7.0", "jeepney==0.8.0"]
requires = ["PySide6-Essentials==6.7.1", "shiboken6==6.7.1", "jeepney==0.8.0"]
cleanup_paths = [
# Globs
"**/[pP]y[sS]ide6/*[qQ]t*[oO]pen[gG][lL]*",
Expand Down

0 comments on commit bcf155e

Please sign in to comment.