From 2376289bc61d9bcea9b6b622d6f707561e001602 Mon Sep 17 00:00:00 2001 From: Ryan McGinty Date: Mon, 19 Feb 2024 18:19:50 -0800 Subject: [PATCH] pin moto --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c9fe97a..6f4475f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ dev = [ "aibs-informatics-test-resources @ git+ssh://git@github.com/AllenInstitute/aibs-informatics-test-resources.git@main", "boto3-stubs[athena,apigateway,batch,ecr,ecs,efs,essential,logs,secretsmanager,ses,sns,ssm,sts,stepfunctions]", - "moto[all]", + "moto[all] ~= 4.0", ] [tool.setuptools.packages.find]