From 79ff3c3b4860011687526e920e7a3baea6e2b5ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 19:36:57 +0000 Subject: [PATCH] Bump boto3 in /functions/CloudWatchMetricHandlerPython3 Bumps [boto3](https://github.com/boto/boto3) from 1.17.96 to 1.28.61. - [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.17.96...1.28.61) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- functions/CloudWatchMetricHandlerPython3/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/CloudWatchMetricHandlerPython3/requirements.txt b/functions/CloudWatchMetricHandlerPython3/requirements.txt index ceb8d66f9..2d55b96f7 100644 --- a/functions/CloudWatchMetricHandlerPython3/requirements.txt +++ b/functions/CloudWatchMetricHandlerPython3/requirements.txt @@ -1,2 +1,2 @@ greengrasssdk==1.6.0 -boto3==1.17.96 +boto3==1.28.61