From 4d2092872324c9c1d321e7df0e6fbf73838191fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:27:35 +0000 Subject: [PATCH] Bump the aws-dependencies group Bumps the aws-dependencies group in /pipelines/dockerfiles/tool-box with 2 updates: [awscli](https://github.com/aws/aws-cli) and [boto3](https://github.com/boto/boto3). Updates `awscli` from 1.32.117 to 1.33.4 - [Release notes](https://github.com/aws/aws-cli/releases) - [Commits](https://github.com/aws/aws-cli/compare/1.32.117...1.33.4) Updates `boto3` from 1.34.117 to 1.34.122 - [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.34.117...1.34.122) --- updated-dependencies: - dependency-name: awscli dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-dependencies - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-dependencies ... Signed-off-by: dependabot[bot] --- pipelines/dockerfiles/tool-box/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines/dockerfiles/tool-box/requirements.txt b/pipelines/dockerfiles/tool-box/requirements.txt index 4260744e..7d1f609f 100644 --- a/pipelines/dockerfiles/tool-box/requirements.txt +++ b/pipelines/dockerfiles/tool-box/requirements.txt @@ -1,6 +1,6 @@ ansible-core==2.17.0 -awscli==1.32.117 -boto3==1.34.117 +awscli==1.33.4 +boto3==1.34.122 cryptography==42.0.7 Jinja2==3.1.4 PyYAML>=6.0.1