Skip to content

Commit b8408f3

Browse files
committed
Merge branch 'main' into beta
2 parents 3ff67da + 7b3b6d2 commit b8408f3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# dev and test
22
# ------------
3-
pytest==8.3.3
3+
pytest==8.3.4
44
pytest_mock==3.14.0
55

66
# Code linters, formatters, and security scanners
77
# ------------
88
black==24.10.0
99
flake8==7.1.1
1010
flake8-coding==1.3.2
11-
pre-commit==3.8.0
11+
pre-commit==4.0.1
1212
isort==5.13.2
1313
mypy==1.11.2
14-
pylint==3.2.6
14+
pylint==3.3.2
1515
bandit==1.7.10
1616
pydocstringformatter==0.7.3
17-
tox==4.18.0
17+
tox==4.23.2
1818
codespell==2.3.0
1919

2020
# production
@@ -30,7 +30,7 @@ langchain-experimental
3030
pinecone-client==5.0.1
3131
pinecone-text==0.9.0
3232
pydantic==2.8.2
33-
pydantic-settings==2.4.0
33+
pydantic-settings==2.6.1
3434
python-dotenv==1.0.1
3535
pypdf==4.3.1
3636
tiktoken==0.8.0

0 commit comments

Comments
 (0)