From 6bc616fc30742586a58498736d88267722feeee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 17:39:36 +0000 Subject: [PATCH] Bump boto3 Bumps [boto3](https://github.com/boto/boto3) from 1.35.53 to 1.35.71. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.53...1.35.71) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../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 0d041b14..0d27de4f 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.53 +boto3==1.35.71 requests==2.32.3 PyGithub==2.4.0 beautifulsoup4