Skip to content

Commit f8d43f9

Browse files
committed
uv.lock: update
Added annotated-doc v0.0.4 Updated babel v2.16.0 -> v2.18.0 Updated certifi v2024.12.14 -> v2026.2.25 Updated charset-normalizer v3.4.1 -> v3.4.6 Added click v8.3.1 Updated coverage v7.6.10 -> v7.10.7, v7.13.5 Updated coveralls v4.0.1 -> v4.0.1, v4.1.0 Updated docutils v0.21.2 -> v0.21.2, v0.22.4 Updated exceptiongroup v1.2.2 -> v1.3.1 Updated idna v3.10 -> v3.11 Updated imagesize v1.4.1 -> v1.5.0, v2.0.0 Updated importlib-metadata v8.5.0 -> v8.7.1 Updated iniconfig v2.0.0 -> v2.1.0, v2.3.0 Updated jinja2 v3.1.5 -> v3.1.6 Added markdown-it-py v4.0.0 Updated markupsafe v3.0.2 -> v3.0.3 Added mdurl v0.1.2 Updated packaging v24.2 -> v26.0 Updated pluggy v1.5.0 -> v1.6.0 Updated pygments v2.19.1 -> v2.19.2 Updated pytest v8.3.4 -> v8.4.2, v9.0.2 Updated pytest-cov v6.0.0 -> v7.1.0 Updated pyudev v0.24.3 -> v0.24.4 Updated requests v2.32.3 -> v2.32.5, v2.33.0 Added rich v14.3.3 Added roman-numerals v4.1.0 Updated ruff v0.11.11 -> v0.15.7 Added shellingham v1.5.4 Updated snowballstemmer v2.2.0 -> v3.0.1 Updated sphinx v7.4.7, v8.1.3 -> v7.4.7, v8.1.3, v9.0.4, v9.1.0 Updated sphinx-rtd-theme v3.0.2 -> v3.1.0 Updated tomli v2.2.1 -> v2.4.1 Added typer v0.24.1 Added typing-extensions v4.15.0 Updated urllib3 v2.3.0 -> v2.6.3 Updated zipp v3.21.0 -> v3.23.0
1 parent 85c025e commit f8d43f9

2 files changed

Lines changed: 917 additions & 358 deletions

File tree

tests/test_windows_vcp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ def test_get_physical_monitors(
2525
2: ["2-0", "2-1"],
2626
3: ["3-0", "3-1", "3-2"],
2727
}
28-
physical_monitors_from_hmonitor.side_effect = (
29-
lambda hmonitor: physical_monitors.get(hmonitor)
28+
physical_monitors_from_hmonitor.side_effect = lambda hmonitor: (
29+
physical_monitors.get(hmonitor)
3030
)
3131
result = list(WindowsVCP._get_physical_monitors())
3232
assert result == expected

0 commit comments

Comments
 (0)