From f04f55e06616d30c045f4321b050231275e79630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:10:11 +0000 Subject: [PATCH] Bump boto3 in /functions/CloudWatchMetricHandlerPython3 Bumps [boto3](https://github.com/boto/boto3) from 1.17.96 to 1.29.7. - [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.29.7) --- 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..c70bcbab1 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.29.7