Skip to content

Commit eb62784

Browse files
fix(deps): update python-nonmajor (#72)
Co-authored-by: Averi Kitsch <[email protected]>
1 parent cb8bf56 commit eb62784

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ Changelog = "https://github.com/googleapis/langchain-google-datastore-python/blo
3737

3838
[project.optional-dependencies]
3939
test = [
40-
"black[jupyter]==24.4.2",
40+
"black[jupyter]==24.10.0",
4141
"isort==5.13.2",
42-
"mypy==1.10.1",
43-
"pytest-asyncio==0.23.7",
44-
"pytest==8.2.2",
42+
"mypy==1.13.0",
43+
"pytest-asyncio==0.24.0",
44+
"pytest==8.3.3",
4545
"pytest-cov==5.0.0"
4646
]
4747

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
langchain-core==0.3.0
2-
langchain-community==0.3.0
3-
google-cloud-datastore==2.19.0
4-
more_itertools==10.3.0
1+
langchain-core==0.3.13
2+
langchain-community==0.3.3
3+
google-cloud-datastore==2.20.1
4+
more_itertools==10.5.0

0 commit comments

Comments
 (0)