From 47ff7535413a243742a587286854818598e5a8ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 23:50:31 +0000 Subject: [PATCH] Bump boto3 in /agents/blog_post/simple_bedrock_proxy Bumps [boto3](https://github.com/boto/boto3) from 1.28.57 to 1.33.13. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.28.57...1.33.13) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- agents/blog_post/simple_bedrock_proxy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/blog_post/simple_bedrock_proxy/requirements.txt b/agents/blog_post/simple_bedrock_proxy/requirements.txt index f003677..baa4d76 100644 --- a/agents/blog_post/simple_bedrock_proxy/requirements.txt +++ b/agents/blog_post/simple_bedrock_proxy/requirements.txt @@ -1,2 +1,2 @@ botocore==1.31.57 -boto3==1.28.57 \ No newline at end of file +boto3==1.33.13 \ No newline at end of file