Skip to content

Commit a7daf50

Browse files
renovate-botanubhav756
authored andcommitted
chore(deps): update dependency pytest to v9
1 parent c361356 commit a7daf50

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
@@ -47,7 +47,7 @@ test = [
4747
"black[jupyter]==25.9.0",
4848
"isort==6.1.0",
4949
"mypy==1.18.2",
50-
"pytest==8.4.2",
50+
"pytest==9.0.0",
5151
"pytest-aioresponses==0.3.0",
5252
"pytest-asyncio==1.2.0",
5353
"pytest-cov==7.0.0",

packages/toolbox-langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ test = [
4848
"isort==6.1.0",
4949
"mypy==1.18.2",
5050
"pytest-asyncio==1.2.0",
51-
"pytest==8.4.2",
51+
"pytest==9.0.0",
5252
"pytest-cov==7.0.0",
5353
"Pillow==11.3.0; python_version == '3.9'",
5454
"Pillow==12.0.0; python_version >= '3.10'",

packages/toolbox-llamaindex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ test = [
4848
"isort==6.1.0",
4949
"mypy==1.18.2",
5050
"pytest-asyncio==1.2.0",
51-
"pytest==8.4.2",
51+
"pytest==9.0.0",
5252
"pytest-cov==7.0.0",
5353
"Pillow==11.3.0; python_version == '3.9'",
5454
"Pillow==12.0.0; python_version >= '3.10'",

0 commit comments

Comments
 (0)