From dc3234024e2ba1c41a596245de5e07fede2abc1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 04:26:05 +0000 Subject: [PATCH] Update moto requirement from <5.0.21 to <5.1.2 Updates the requirements on [moto](https://github.com/getmoto/moto) to permit the latest version. - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](https://github.com/getmoto/moto/compare/0.0.7...5.1.1) --- updated-dependencies: - dependency-name: moto dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 999f7a1beab9..9fa69acab745 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -74,7 +74,7 @@ referencing<=0.35.1 # moto==5.0.21 broke `get_ec2_instance_capabilities` # SEE https://github.com/ITISFoundation/osparc-simcore/issues/7086 -moto<5.0.21 +moto<5.1.2 # Pin boto3<1.36.0 till the following is addressed https://github.com/boto/botocore/issues/2308 # when removing this pin, also update the aws cli inside ci/github/helpers/install_aws_cli_v2.bash