From 018123f4c87f2e7241f53957d0b6ac3f12aa7420 Mon Sep 17 00:00:00 2001 From: Elad Kalif <45845474+eladkal@users.noreply.github.com> Date: Sat, 14 Oct 2023 12:25:23 +0300 Subject: [PATCH] update moto version --- setup.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/setup.py b/setup.py index e3f2d83c568c0..d3aee366f9343 100644 --- a/setup.py +++ b/setup.py @@ -410,11 +410,7 @@ def write_version(filename: str = str(AIRFLOW_SOURCES_ROOT / "airflow" / "git_ve _devel_only_amazon = [ "aws_xray_sdk", - "moto[glue]>=4.0", - # TODO: Remove the two below after https://github.com/aws/serverless-application-model/pull/3282 - # gets released and add back "cloudformation" extra to moto above - "openapi-spec-validator >=0.2.8", - "jsonschema>=3.0", + "moto[cloudformation,glue]>=4.2.5", f"mypy-boto3-rds>={_MIN_BOTO3_VERSION}", f"mypy-boto3-redshift-data>={_MIN_BOTO3_VERSION}", f"mypy-boto3-s3>={_MIN_BOTO3_VERSION}",