Skip to content

Commit 9a7f65e

Browse files
authored
chore(deps): update python-nonmajor (#129)
1 parent 70c82cc commit 9a7f65e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ Changelog = "https://github.com/googleapis/llama-index-alloydb-pg-python/blob/ma
3939
test = [
4040
"black[jupyter]==25.1.0",
4141
"isort==6.0.1",
42-
"mypy==1.16.0",
42+
"mypy==1.16.1",
4343
"pytest-asyncio==1.0.0",
44-
"pytest==8.4.0",
45-
"pytest-cov==6.1.1",
44+
"pytest==8.4.1",
45+
"pytest-cov==6.2.1",
4646
"pytest-depends==1.0.1",
4747
]
4848

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-cloud-alloydb-connector[asyncpg]==1.9.0
2-
llama-index-core==0.12.41
2+
llama-index-core==0.12.42
33
pgvector==0.4.1
44
SQLAlchemy[asyncio]==2.0.41

0 commit comments

Comments
 (0)