From 00de7794c5a86c51223347d67bc7ca6dc1b9aa1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 00:11:49 +0000 Subject: [PATCH] Bump boto3 from 1.34.79 to 1.34.84 Bumps [boto3](https://github.com/boto/boto3) from 1.34.79 to 1.34.84. - [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.79...1.34.84) --- 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 834cbd9..2355551 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.79", + "boto3 == 1.34.84", "docopt == 0.6.2", "ec2-metadata == 2.13.0", "psycopg == 3.1.18",