From 20015931c0e625bd55d1ba6d8b2d31f7174b9f9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 19:18:40 +0000 Subject: [PATCH] Bump boto3 in /functions/CloudWatchMetricHandlerPython3 Bumps [boto3](https://github.com/boto/boto3) from 1.17.96 to 1.29.3. - [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.3) --- 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..aeca0cbe6 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.3