From 14eee7899af7a8e0e666f152c71ddff277bb685a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 00:55:23 +0000 Subject: [PATCH] Bump boto3 from 1.34.88 to 1.34.93 Bumps [boto3](https://github.com/boto/boto3) from 1.34.88 to 1.34.93. - [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.88...1.34.93) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 25a6038..b6e7051 100644 --- a/setup.py +++ b/setup.py @@ -92,7 +92,7 @@ def get_version(version_file): # TODO: Loosen these requirements. See cisagov/guacscanner#9 for # more details. install_requires=[ - "boto3 == 1.34.88", + "boto3 == 1.34.93", "docopt == 0.6.2", "ec2-metadata == 2.13.0", "psycopg == 3.1.18",