Skip to content

Commit a58cc11

Browse files
authored
fix(deps): update python-nonmajor (#282)
1 parent c2d6cd6 commit a58cc11

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/toolbox-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ test = [
4848
"pytest==8.4.0",
4949
"pytest-aioresponses==0.3.0",
5050
"pytest-asyncio==1.0.0",
51-
"pytest-cov==6.1.1",
51+
"pytest-cov==6.2.1",
5252
"pytest-mock==3.14.1",
5353
"google-cloud-secret-manager==2.24.0",
5454
"google-cloud-storage==3.1.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
aiohttp==3.12.12
22
pydantic==2.11.5
3-
deprecated==1.2.15
3+
deprecated==1.2.18

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.16.0",
5050
"pytest-asyncio==1.0.0",
5151
"pytest==8.4.0",
52-
"pytest-cov==6.1.1",
52+
"pytest-cov==6.2.1",
5353
"Pillow==11.2.1",
5454
"google-cloud-secret-manager==2.24.0",
5555
"google-cloud-storage==3.1.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.16.0",
5050
"pytest-asyncio==1.0.0",
5151
"pytest==8.4.0",
52-
"pytest-cov==6.1.1",
52+
"pytest-cov==6.2.1",
5353
"Pillow==11.2.1",
5454
"google-cloud-secret-manager==2.24.0",
5555
"google-cloud-storage==3.1.0",

packages/toolbox-llamaindex/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-e ../toolbox-core
2-
llama-index==0.12.41
2+
llama-index==0.12.42
33
PyYAML==6.0.2
44
pydantic==2.11.5
55
aiohttp==3.12.12

0 commit comments

Comments
 (0)