From d68bc40f2d767db0d609f9bc15982ad59cf78e70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 19:21:49 +0000 Subject: [PATCH] Bump boto3 in /functions/CloudWatchMetricHandlerPython3 Bumps [boto3](https://github.com/boto/boto3) from 1.17.96 to 1.28.70. - [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.70) --- 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..9856c0309 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.70