From 34104ca32d4dcde347938a449f9b45bb90438014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 04:04:29 +0000 Subject: [PATCH] Update mypy-boto3-iam requirement from <2,>=1.28.3.post2 to >=1.42.64,<2 Updates the requirements on [mypy-boto3-iam](https://github.com/youtype/mypy_boto3_builder) to permit the latest version. - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) --- updated-dependencies: - dependency-name: mypy-boto3-iam dependency-version: 1.42.64 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 5d88accc50..0b095b20fe 100644 --- a/requirements-aws.txt +++ b/requirements-aws.txt @@ -1,5 +1,5 @@ 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-iam>=1.42.64, <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,<4