Skip to content

Commit

Permalink
chore: update dev deps (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdusek authored Oct 31, 2024
1 parent 3304bb6 commit 87aa062
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ websockets = ">=10.0"
build = "~1.2.0"
filelock = "~3.16.0"
griffe = "~1.5.0"
mypy = "~1.11.0"
pre-commit = "~3.8.0"
mypy = "~1.13.0"
pre-commit = "~4.0.0"
pydoc-markdown = "~4.8.0"
pytest = "~8.3.0"
pytest-asyncio = "~0.24.0"
Expand All @@ -70,8 +70,8 @@ pytest-only = "~2.1.0"
pytest-timeout = "~2.3.0"
pytest-xdist = "~3.6.0"
respx = "~0.21.0"
ruff = "~0.6.0"
setuptools = "~74.0.0" # setuptools are used by pytest but not explicitly required
ruff = "~0.7.0"
setuptools = "~75.0.0" # setuptools are used by pytest but not explicitly required

[tool.poetry.extras]
scrapy = ["scrapy"]
Expand Down
1 change: 1 addition & 0 deletions tests/unit/test_platform_event_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,5 +199,6 @@ def listener(data: Any) -> None:
await send_platform_event(Event.SYSTEM_INFO, dummy_system_info)
await asyncio.sleep(0.1)
assert len(event_calls) == 1
assert event_calls[0] is not None
assert event_calls[0]['cpuInfo']['usedRatio'] == 8.45549815498155
event_calls.clear()

0 comments on commit 87aa062

Please sign in to comment.