From 8d7c939bf8802aa484e3fddd3505cfe0cc7ee094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 17:35:12 +0000 Subject: [PATCH] Bump boto3 (#328) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../github_agent_actions/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/most_popular_repo_bedrock_agent/github_agent_actions/requirements.txt b/functions/most_popular_repo_bedrock_agent/github_agent_actions/requirements.txt index dae29c4..0b4ba14 100644 --- a/functions/most_popular_repo_bedrock_agent/github_agent_actions/requirements.txt +++ b/functions/most_popular_repo_bedrock_agent/github_agent_actions/requirements.txt @@ -1,4 +1,4 @@ -boto3==1.35.71 +boto3==1.35.90 requests==2.32.3 PyGithub==2.5.0 beautifulsoup4