Skip to content

Commit 9400621

Browse files
authored
fix(deps): update dependency pytest-asyncio to v1 (#261)
1 parent 4e832c8 commit 9400621

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.16.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.1",
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.16.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.16.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)