From 50bd6f796ad1ed930b7ebe5c333d296d2c43cb43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 23:18:31 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [torch](https://github.com/pytorch/pytorch) and [langchain](https://github.com/langchain-ai/langchain). Updates `torch` from 2.1.2 to 2.2.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.1.2...v2.2.0) Updates `langchain` from 0.1.9 to 0.2.5 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-ibm==0.1.9...langchain==0.2.5) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production dependency-group: pip - dependency-name: langchain dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 406a736..6942de3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -torch==2.1.2 +torch==2.2.0 transformers>=4.38.1 bitsandbytes>=0.41.1 accelerate==0.27.2 -langchain==0.1.9 +langchain==0.2.5 pydantic==2.6.2 jsonschema==4.21.1 yfinance==0.2.36