File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ websockets = ">=10.0"
60
60
build = " ~1.2.0"
61
61
filelock = " ~3.16.0"
62
62
griffe = " ~1.5.0"
63
- mypy = " ~1.11 .0"
64
- pre-commit = " ~3.8 .0"
63
+ mypy = " ~1.13 .0"
64
+ pre-commit = " ~4.0 .0"
65
65
pydoc-markdown = " ~4.8.0"
66
66
pytest = " ~8.3.0"
67
67
pytest-asyncio = " ~0.24.0"
@@ -70,8 +70,8 @@ pytest-only = "~2.1.0"
70
70
pytest-timeout = " ~2.3.0"
71
71
pytest-xdist = " ~3.6.0"
72
72
respx = " ~0.21.0"
73
- ruff = " ~0.6 .0"
74
- setuptools = " ~74 .0.0" # setuptools are used by pytest but not explicitly required
73
+ ruff = " ~0.7 .0"
74
+ setuptools = " ~75 .0.0" # setuptools are used by pytest but not explicitly required
75
75
76
76
[tool .poetry .extras ]
77
77
scrapy = [" scrapy" ]
Original file line number Diff line number Diff line change @@ -199,5 +199,6 @@ def listener(data: Any) -> None:
199
199
await send_platform_event (Event .SYSTEM_INFO , dummy_system_info )
200
200
await asyncio .sleep (0.1 )
201
201
assert len (event_calls ) == 1
202
+ assert event_calls [0 ] is not None
202
203
assert event_calls [0 ]['cpuInfo' ]['usedRatio' ] == 8.45549815498155
203
204
event_calls .clear ()
You can’t perform that action at this time.
0 commit comments