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"
6060build = " ~1.2.0"
6161filelock = " ~3.16.0"
6262griffe = " ~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"
6565pydoc-markdown = " ~4.8.0"
6666pytest = " ~8.3.0"
6767pytest-asyncio = " ~0.24.0"
@@ -70,8 +70,8 @@ pytest-only = "~2.1.0"
7070pytest-timeout = " ~2.3.0"
7171pytest-xdist = " ~3.6.0"
7272respx = " ~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
7575
7676[tool .poetry .extras ]
7777scrapy = [" scrapy" ]
Original file line number Diff line number Diff line change @@ -199,5 +199,6 @@ def listener(data: Any) -> None:
199199 await send_platform_event (Event .SYSTEM_INFO , dummy_system_info )
200200 await asyncio .sleep (0.1 )
201201 assert len (event_calls ) == 1
202+ assert event_calls [0 ] is not None
202203 assert event_calls [0 ]['cpuInfo' ]['usedRatio' ] == 8.45549815498155
203204 event_calls .clear ()
You can’t perform that action at this time.
0 commit comments