diff --git a/requirements.txt b/requirements.txt index 56508e3..b66b844 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # dev and test # ------------ -pytest==8.3.3 +pytest==8.3.4 pytest_mock==3.14.0 # Code linters, formatters, and security scanners @@ -8,13 +8,13 @@ pytest_mock==3.14.0 black==24.10.0 flake8==7.1.1 flake8-coding==1.3.2 -pre-commit==3.8.0 +pre-commit==4.0.1 isort==5.13.2 mypy==1.11.2 -pylint==3.2.6 +pylint==3.3.2 bandit==1.7.10 pydocstringformatter==0.7.3 -tox==4.18.0 +tox==4.23.2 codespell==2.3.0 # production @@ -30,7 +30,7 @@ langchain-experimental pinecone-client==5.0.1 pinecone-text==0.9.0 pydantic==2.8.2 -pydantic-settings==2.4.0 +pydantic-settings==2.6.1 python-dotenv==1.0.1 pypdf==4.3.1 tiktoken==0.8.0