From fcf3af21476595a695128d2e343d95b7dc8a60fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 23:28:07 +0000 Subject: [PATCH] Bump the pip group with 3 updates Bumps the pip group with 3 updates: [langchain-community](https://github.com/langchain-ai/langchain), [requests](https://github.com/psf/requests) and [transformers](https://github.com/huggingface/transformers). Updates `langchain-community` from 0.0.25 to 0.2.5 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-cli==0.0.25...langchain-community==0.2.5) Updates `requests` from 2.31.0 to 2.32.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2) Updates `transformers` from 4.36.0 to 4.38.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.36.0...v4.38.0) --- updated-dependencies: - dependency-name: langchain-community dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: transformers dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- setup.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 694c0c50..8d50c329 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ jsonmerge==1.9.0 jsonschema==4.17.3 kombu==5.2.4 langchain==0.1.11 -langchain-community==0.0.25 +langchain-community==0.2.5 llama_cpp_python==0.2.15 lxml==4.9.2 moviepy==1.0.3 @@ -55,7 +55,7 @@ python-pptx==0.6.23 rdflib==7.0.0 redis==5.0.3 regex==2023.5.5 -requests==2.31.0 +requests==2.32.2 requests_html==0.10.0 slack-sdk==3.26.1 slack-sdk==3.26.1 @@ -63,7 +63,7 @@ spacy==3.7.2 speechrecognition==3.10.1 tika==2.6.0 tensorflow==2.14.0 -transformers==4.36.0 +transformers==4.38.0 unidecode==1.3.7 torch@https://download.pytorch.org/whl/cpu/torch-2.0.1%2Bcpu-cp310-cp310-linux_x86_64.whl diff --git a/setup.py b/setup.py index 725c62fe..68d612e6 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ "jsonschema==4.17.3", "kombu==5.2.4", "langchain==0.1.11", - "langchain-community==0.0.25", + "langchain-community==0.2.5", "llama_cpp_python==0.2.15", "lxml==4.9.2", "moviepy==1.0.3", @@ -63,7 +63,7 @@ "rdflib==7.0.0", "redis==5.0.3", "regex==2023.5.5", - "requests==2.31.0", + "requests==2.32.2", "requests_html==0.10.0", "slack-sdk==3.26.1", "slack-sdk==3.26.1", @@ -71,7 +71,7 @@ "speechrecognition==3.10.1", "tika==2.6.0", "tensorflow==2.14.0", - "transformers==4.36.0", + "transformers==4.38.0", "unidecode==1.3.7", ]