From cc27ef8a1572c900da693e65392f52e884bf9924 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 19:21:37 +0000 Subject: [PATCH] Bump boto3 in /functions/CloudWatchMetricHandlerPython3 Bumps [boto3](https://github.com/boto/boto3) from 1.17.96 to 1.28.84. - [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.84) --- 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..0b77079e2 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.84