Skip to content

Commit fecbf3d

Browse files
authored
fix(deps): update python-nonmajor (#266)
1 parent 9997fb6 commit fecbf3d

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

packages/toolbox-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ test = [
4444
"black[jupyter]==25.1.0",
4545
"isort==6.0.1",
4646
"mypy==1.16.0",
47-
"pytest==8.3.5",
47+
"pytest==8.4.0",
4848
"pytest-aioresponses==0.3.0",
4949
"pytest-asyncio==1.0.0",
5050
"pytest-cov==6.1.1",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
aiohttp==3.12.6
1+
aiohttp==3.12.7
22
pydantic==2.11.5

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.0",
5050
"pytest-asyncio==1.0.0",
51-
"pytest==8.3.5",
51+
"pytest==8.4.0",
5252
"pytest-cov==6.1.1",
5353
"Pillow==11.2.1",
5454
"google-cloud-secret-manager==2.23.3",

packages/toolbox-langchain/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
langchain-core==0.3.63
33
PyYAML==6.0.2
44
pydantic==2.11.5
5-
aiohttp==3.12.6
5+
aiohttp==3.12.7
66
deprecated==1.2.18

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.0",
5050
"pytest-asyncio==1.0.0",
51-
"pytest==8.3.5",
51+
"pytest==8.4.0",
5252
"pytest-cov==6.1.1",
5353
"Pillow==11.2.1",
5454
"google-cloud-secret-manager==2.23.3",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-e ../toolbox-core
2-
llama-index==0.12.39
2+
llama-index==0.12.40
33
PyYAML==6.0.2
44
pydantic==2.11.5
5-
aiohttp==3.12.6
5+
aiohttp==3.12.7
66
deprecated==1.2.18

0 commit comments

Comments
 (0)