From add3af4834074015dffe1816dc12438bb8173e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 04:04:10 +0000 Subject: [PATCH] Update ec2-metadata requirement from <3,>=2.14.0 to >=2.14.0,<4 Updates the requirements on [ec2-metadata](https://github.com/adamchainz/ec2-metadata) to permit the latest version. - [Changelog](https://github.com/adamchainz/ec2-metadata/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/ec2-metadata/compare/2.14.0...3.0.0) --- updated-dependencies: - dependency-name: ec2-metadata dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-aws.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-aws.txt b/requirements-aws.txt index e44e249e1f..5d88accc50 100644 --- a/requirements-aws.txt +++ b/requirements-aws.txt @@ -2,4 +2,4 @@ boto3-stubs[s3,sdb,iam,sts,boto3,ec2,autoscaling]>=1.28.3.post2, <2 mypy-boto3-iam>=1.28.3.post2, <2 # Need to force .post1 to be replaced mypy-boto3-s3>=1.28.3.post2, <2 moto>=5.0.3, <6 -ec2_metadata>=2.14.0,<3 +ec2_metadata>=2.14.0,<4