Skip to content

Commit 4237fff

Browse files
authored
fix(deps): update dependency pytest to v8.4.1 (#288)
1 parent 10e59e1 commit 4237fff

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
@@ -45,7 +45,7 @@ test = [
4545
"black[jupyter]==25.1.0",
4646
"isort==6.0.1",
4747
"mypy==1.16.1",
48-
"pytest==8.4.0",
48+
"pytest==8.4.1",
4949
"pytest-aioresponses==0.3.0",
5050
"pytest-asyncio==1.0.0",
5151
"pytest-cov==6.2.1",

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.0.1",
4949
"mypy==1.16.1",
5050
"pytest-asyncio==1.0.0",
51-
"pytest==8.4.0",
51+
"pytest==8.4.1",
5252
"pytest-cov==6.2.1",
5353
"Pillow==11.2.1",
5454
"google-cloud-secret-manager==2.24.0",

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.0.1",
4949
"mypy==1.16.1",
5050
"pytest-asyncio==1.0.0",
51-
"pytest==8.4.0",
51+
"pytest==8.4.1",
5252
"pytest-cov==6.2.1",
5353
"Pillow==11.2.1",
5454
"google-cloud-secret-manager==2.24.0",

0 commit comments

Comments
 (0)