From 3acd3b9c569379c7cb8891b011af4eccfa742be6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 00:12:38 +0000 Subject: [PATCH] Bump ec2-metadata from 2.13.0 to 2.14.0 Bumps [ec2-metadata](https://github.com/adamchainz/ec2-metadata) from 2.13.0 to 2.14.0. - [Changelog](https://github.com/adamchainz/ec2-metadata/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/ec2-metadata/compare/2.13.0...2.14.0) --- updated-dependencies: - dependency-name: ec2-metadata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 26d7c91..ec8f899 100644 --- a/setup.py +++ b/setup.py @@ -94,7 +94,7 @@ def get_version(version_file): install_requires=[ "boto3 == 1.34.108", "docopt == 0.6.2", - "ec2-metadata == 2.13.0", + "ec2-metadata == 2.14.0", "psycopg == 3.1.19", "schema == 0.7.7", "setuptools >= 24.2.0",