Skip to content

Commit 6495488

Browse files
committed
Merge remote-tracking branch 'origin/master' into disable-browser-sandbox-on-platform
2 parents dd6301b + 6bb1b7a commit 6495488

File tree

4 files changed

+681
-631
lines changed

4 files changed

+681
-631
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ dev = [
6363
"mypy~=1.15.0",
6464
"pre-commit~=4.2.0",
6565
"pydoc-markdown~=4.8.0",
66-
"pytest-asyncio~=0.25.0",
66+
"pytest-asyncio~=0.26.0",
6767
"pytest-cov~=6.0.0",
6868
"pytest-only~=2.1.0",
6969
"pytest-xdist~=3.6.0",
7070
"pytest~=8.3.0",
7171
"respx~=0.22.0",
7272
"ruff~=0.11.0",
73-
"setuptools~=77.0.1", # setuptools are used by pytest but not explicitly required
73+
"setuptools~=78.1.0", # setuptools are used by pytest but not explicitly required
7474
]
7575

7676
[tool.hatch.build.targets.wheel]

tests/integration/test_actor_scrapy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async def test_actor_scrapy_title_spider(
4141

4242
items = await actor.last_run().dataset().list_items()
4343

44-
assert items.count >= 9
44+
assert items.count >= 10
4545

4646
for item in items.items:
4747
assert 'url' in item

0 commit comments

Comments
 (0)