Skip to content

Commit c5b88f7

Browse files
committed
fix(deps): update dependency pytest-asyncio to v1
1 parent 536ec0a commit c5b88f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/toolbox-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ test = [
4646
"mypy==1.15.0",
4747
"pytest==8.3.5",
4848
"pytest-aioresponses==0.3.0",
49-
"pytest-asyncio==0.26.0",
49+
"pytest-asyncio==1.0.0",
5050
"pytest-cov==6.1.1",
5151
"pytest-mock==3.14.0",
5252
"google-cloud-secret-manager==2.23.3",

packages/toolbox-langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ test = [
4747
"black[jupyter]==25.1.0",
4848
"isort==6.0.1",
4949
"mypy==1.15.0",
50-
"pytest-asyncio==0.26.0",
50+
"pytest-asyncio==1.0.0",
5151
"pytest==8.3.5",
5252
"pytest-cov==6.1.1",
5353
"Pillow==11.2.1",

packages/toolbox-llamaindex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ test = [
4747
"black[jupyter]==25.1.0",
4848
"isort==6.0.1",
4949
"mypy==1.15.0",
50-
"pytest-asyncio==0.26.0",
50+
"pytest-asyncio==1.0.0",
5151
"pytest==8.3.5",
5252
"pytest-cov==6.1.1",
5353
"Pillow==11.2.1",

0 commit comments

Comments
 (0)