Skip to content

Commit f0364ed

Browse files
authored
chore(deps): update python-nonmajor (#93)
1 parent 203352f commit f0364ed

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Changelog = "https://github.com/googleapis/langchain-google-memorystore-redis-py
3737

3838
[project.optional-dependencies]
3939
test = [
40-
"black[jupyter]==24.4.2",
40+
"black[jupyter]==24.8.0",
4141
"isort==5.13.2",
42-
"mypy==1.11.0",
42+
"mypy==1.11.1",
4343
"pytest-asyncio==0.23.8",
4444
"pytest==8.3.2",
4545
"pytest-cov==5.0.0"

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
langchain-core==0.2.24
2-
langchain-community==0.2.9
3-
redis==5.0.7
1+
langchain-core==0.2.31
2+
langchain-community==0.2.12
3+
redis==5.0.8
44
numpy===1.24.4; python_version <= "3.8"
55
numpy==1.26.4; python_version > "3.8"

0 commit comments

Comments
 (0)