Skip to content

Commit

Permalink
bump: update PySide6 requirement to 6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Nov 25, 2024
1 parent aed812a commit 6454cab
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ project = "https://www.library.illinois.edu/dccdocs/speedwagon"
download = "https://github.com/UIUCLibrary/Speedwagon/releases"

[project.optional-dependencies]
QT = ["PySide6==6.5.3"]
QT = ["PySide6~=6.8"]

[project.gui-scripts]
speedwagon = "speedwagon.__main__:main"
Expand Down Expand Up @@ -97,6 +97,10 @@ markers=[
"slow: mark test as slow.",
"model_data"
]
filterwarnings = [
# https://github.com/pytest-dev/pytest-qt/issues/558
"ignore:Failed to disconnect .* from signal:RuntimeWarning",
]

[tool.pydocstyle]
# Ignore files that end in _ui.py because they are machine generated
Expand Down
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,13 @@ pyproject-hooks==1.2.0
# via build
pyqt-distutils==0.7.3
# via -r requirements/requirements-dev.in
pyside6==6.5.3
pyside6==6.8.0
# via
# -r requirements/requirements-dev.in
# speedwagon (pyproject.toml)
pyside6-addons==6.5.3
pyside6-addons==6.8.0
# via pyside6
pyside6-essentials==6.5.3
pyside6-essentials==6.8.0
# via
# pyside6
# pyside6-addons
Expand Down Expand Up @@ -242,7 +242,7 @@ ruff==0.8.0
# via -r requirements/requirements-dev.in
secretstorage==3.3.3 ; sys_platform == 'linux'
# via keyring
shiboken6==6.5.3
shiboken6==6.8.0
# via
# pyside6
# pyside6-addons
Expand Down
8 changes: 4 additions & 4 deletions requirements-gui.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ lxml==5.3.0
# via speedwagon (pyproject.toml)
pluggy==1.5.0
# via speedwagon (pyproject.toml)
pyside6==6.5.3
pyside6==6.8.0
# via speedwagon (pyproject.toml)
pyside6-addons==6.5.3
pyside6-addons==6.8.0
# via pyside6
pyside6-essentials==6.5.3
pyside6-essentials==6.8.0
# via
# pyside6
# pyside6-addons
pyyaml==6.0.2
# via speedwagon (pyproject.toml)
requests==2.32.3
# via speedwagon (pyproject.toml)
shiboken6==6.5.3
shiboken6==6.8.0
# via
# pyside6
# pyside6-addons
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pyqt-distutils>=0.7.3
pycodestyle>=2.5.0
pydocstyle
pylint
PySide6~=6.5
PySide6~=6.8
pytest
pytest-mock>=3.10.0
pytest-qt>=3.3.0
Expand Down

0 comments on commit 6454cab

Please sign in to comment.