From 21b1beb118c424615388d2f5ef8a450c3b10867d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 06:17:35 +0000 Subject: [PATCH] Bump boto3 in /functions/most_popular_repo_langchain Bumps [boto3](https://github.com/boto/boto3) from 1.35.90 to 1.36.2. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.90...1.36.2) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-minor ... 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 ecb0424..fb5fa6a 100644 --- a/functions/most_popular_repo_langchain/requirements.txt +++ b/functions/most_popular_repo_langchain/requirements.txt @@ -2,5 +2,5 @@ langchain==0.3.14 langchain-community==0.3.8 requests==2.32.3 PyGithub==2.5.0 -boto3==1.35.90 +boto3==1.36.2 beautifulsoup4