From ab5209d867fce4226e4ab65b454a0df26f3f067e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 17:38:02 +0000 Subject: [PATCH] Bump boto3 in /functions/most_popular_repo_langchain Bumps [boto3](https://github.com/boto/boto3) from 1.35.71 to 1.35.90. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.71...1.35.90) --- updated-dependencies: - dependency-name: boto3 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..d3a4cb31 100644 --- a/functions/most_popular_repo_langchain/requirements.txt +++ b/functions/most_popular_repo_langchain/requirements.txt @@ -2,5 +2,5 @@ langchain==0.3.9 langchain-community==0.3.8 requests==2.32.3 PyGithub==2.5.0 -boto3==1.35.71 +boto3==1.35.90 beautifulsoup4