Skip to content

Commit b473a2b

Browse files
authored
chore(deps): update dependency pytest-cov to v7 (#361)
1 parent c3e8ff6 commit b473a2b

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
@@ -50,7 +50,7 @@ test = [
5050
"pytest==8.4.2",
5151
"pytest-aioresponses==0.3.0",
5252
"pytest-asyncio==1.2.0",
53-
"pytest-cov==6.3.0",
53+
"pytest-cov==7.0.0",
5454
"pytest-mock==3.15.1",
5555
"google-cloud-secret-manager==2.24.0",
5656
"google-cloud-storage==3.4.0",

packages/toolbox-langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ test = [
4949
"mypy==1.18.1",
5050
"pytest-asyncio==1.2.0",
5151
"pytest==8.4.2",
52-
"pytest-cov==6.3.0",
52+
"pytest-cov==7.0.0",
5353
"Pillow==11.3.0",
5454
"google-cloud-secret-manager==2.24.0",
5555
"google-cloud-storage==3.4.0",

packages/toolbox-llamaindex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ test = [
4949
"mypy==1.18.1",
5050
"pytest-asyncio==1.2.0",
5151
"pytest==8.4.2",
52-
"pytest-cov==6.3.0",
52+
"pytest-cov==7.0.0",
5353
"Pillow==11.3.0",
5454
"google-cloud-secret-manager==2.24.0",
5555
"google-cloud-storage==3.4.0",

0 commit comments

Comments
 (0)