Skip to content

Commit 87aa062

Browse files
authored
chore: update dev deps (#313)
1 parent 3304bb6 commit 87aa062

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ websockets = ">=10.0"
6060
build = "~1.2.0"
6161
filelock = "~3.16.0"
6262
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"
6565
pydoc-markdown = "~4.8.0"
6666
pytest = "~8.3.0"
6767
pytest-asyncio = "~0.24.0"
@@ -70,8 +70,8 @@ pytest-only = "~2.1.0"
7070
pytest-timeout = "~2.3.0"
7171
pytest-xdist = "~3.6.0"
7272
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
7575

7676
[tool.poetry.extras]
7777
scrapy = ["scrapy"]

tests/unit/test_platform_event_manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)