From d68e17ae618cf1bc7d8cbb62b72536668fa8bc9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 10:57:41 +0000 Subject: [PATCH] chore(deps): bump the aws-boto group across 1 directory with 2 updates Bumps the aws-boto group with 2 updates in the /molecule directory: [boto3](https://github.com/boto/boto3) and [botocore](https://github.com/boto/botocore). Updates `boto3` from 1.34.93 to 1.34.149 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.34.93...1.34.149) Updates `botocore` from 1.34.93 to 1.34.149 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.34.93...1.34.149) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-boto - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-boto ... Signed-off-by: dependabot[bot] --- molecule/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/molecule/requirements.txt b/molecule/requirements.txt index 3c3641666..e82e52f62 100644 --- a/molecule/requirements.txt +++ b/molecule/requirements.txt @@ -1,7 +1,7 @@ ansible-core==2.16.5 ansible-lint==24.2.2 -boto3==1.34.93 -botocore==1.34.93 +boto3==1.34.149 +botocore==1.34.149 envsubst==0.1.5 molecule==24.2.1 molecule-plugins[ec2,docker]==23.5.3