From 9699c5aac83df87c599e8352f9ead7978b654f7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 17:38:06 +0000 Subject: [PATCH] Bump langchain-community in /functions/most_popular_repo_langchain Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.3.8 to 0.3.13. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-community==0.3.8...langchain-community==0.3.13) --- updated-dependencies: - dependency-name: langchain-community dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- functions/most_popular_repo_langchain/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/most_popular_repo_langchain/requirements.txt b/functions/most_popular_repo_langchain/requirements.txt index 2cd3a5b0..bef0504f 100644 --- a/functions/most_popular_repo_langchain/requirements.txt +++ b/functions/most_popular_repo_langchain/requirements.txt @@ -1,5 +1,5 @@ langchain==0.3.9 -langchain-community==0.3.8 +langchain-community==0.3.13 requests==2.32.3 PyGithub==2.5.0 boto3==1.35.71