Skip to content

Commit 5dff405

Browse files
committed
Merge remote-tracking branch 'origin/main' into dev
# Conflicts: # .github/workflows/quality.yml # dev_requirements.txt
2 parents 79d5099 + 28ee721 commit 5dff405

3 files changed

Lines changed: 3 additions & 3 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.14 bandit==1.9.4 pytest==9.0.2 pytest-timeout==2.4.0 pytest-rerunfailures==15.1 PySide6==6.11.1
84+
pip install ruff==0.15.14 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ defusedxml==0.7.1
1212
# Quality tooling — used by .github/workflows/quality.yml and locally.
1313
ruff==0.15.14
1414
bandit==1.9.4
15-
pytest==9.0.2
15+
pytest==9.0.3
1616
pytest-timeout==2.4.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "je_auto_control"
9-
version = "0.0.179"
9+
version = "0.0.188"
1010
authors = [
1111
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
1212
]

0 commit comments

Comments
 (0)