Skip to content

Commit 7306fb6

Browse files
authored
Merge pull request #191 from Integration-Automation/deps/bump-batch
Bump quality tooling: ruff 0.15.13, pytest 9.0.3, PySide6 6.11.1
2 parents be5fbaf + 9b02506 commit 7306fb6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
# for any sub-package the snapshot doesn't include
8282
# (admin, usb, remote_desktop, vision, …).
8383
pip install -e .
84-
pip install ruff==0.15.9 bandit==1.9.4 pytest==9.0.2 pytest-timeout==2.4.0 pytest-rerunfailures==15.1 PySide6==6.11.0
84+
pip install ruff==0.15.13 bandit==1.9.4 pytest==9.0.3 pytest-timeout==2.4.0 pytest-rerunfailures==15.1 PySide6==6.11.1
8585
8686
- name: Run headless pytest suite
8787
run: pytest test/unit_test/headless/ -v --tb=short --timeout=120

dev_requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ build
44
twine
55
sphinx
66
sphinx-rtd-theme
7-
PySide6==6.11.0
7+
PySide6==6.11.1
88
qt-material==2.17
99
mss==10.2.0
1010
defusedxml==0.7.1
1111

1212
# Quality tooling — used by .github/workflows/quality.yml and locally.
13-
ruff==0.15.9
13+
ruff==0.15.13
1414
bandit==1.9.4
15-
pytest==9.0.2
15+
pytest==9.0.3
1616
pytest-timeout==2.4.0

0 commit comments

Comments
 (0)