Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit 34b681e

Browse files
committed
fix(deps): update python-nonmajor
1 parent d08fb27 commit 34b681e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ test = [
4141
"black[jupyter]==25.1.0",
4242
"isort==6.0.1",
4343
"mypy==1.15.0",
44-
"pytest-asyncio==0.25.3",
44+
"pytest-asyncio==0.26.0",
4545
"pytest==8.3.5",
46-
"pytest-cov==6.0.0",
47-
"Pillow==11.1.0",
46+
"pytest-cov==6.1.0",
47+
"Pillow==11.2.0",
4848
"google-cloud-secret-manager==2.23.2",
4949
"google-cloud-storage==3.1.0",
5050
]

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
llama-index==0.12.25
1+
llama-index==0.12.28
22
PyYAML==6.0.2
3-
pydantic==2.10.6
4-
aiohttp==3.11.14
3+
pydantic==2.11.1
4+
aiohttp==3.11.16
55
deprecated==1.2.18

0 commit comments

Comments
 (0)