From 5fc65afd011c6922961557aa7e39fafb3f03c07a Mon Sep 17 00:00:00 2001 From: Daniel Standish <15932138+dstandish@users.noreply.github.com> Date: Thu, 16 Nov 2023 08:30:26 -0800 Subject: [PATCH 1/2] Bump moto version to > 4.2.5 Seems to fix CI error with newer botocore. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c826e3eb828bd..702e6a7ccf98e 100644 --- a/setup.py +++ b/setup.py @@ -419,7 +419,7 @@ def write_version(filename: str = str(AIRFLOW_SOURCES_ROOT / "airflow" / "git_ve _devel_only_amazon = [ "aws_xray_sdk", - "moto[cloudformation,glue]>=4.2.5", + "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}", From 13fe40f7b21b326afa9368fd8331801f75e9d781 Mon Sep 17 00:00:00 2001 From: Daniel Standish <15932138+dstandish@users.noreply.github.com> Date: Thu, 16 Nov 2023 08:56:59 -0800 Subject: [PATCH 2/2] Update setup.py Co-authored-by: Jarek Potiuk --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 702e6a7ccf98e..18b478fb01104 100644 --- a/setup.py +++ b/setup.py @@ -419,7 +419,7 @@ def write_version(filename: str = str(AIRFLOW_SOURCES_ROOT / "airflow" / "git_ve _devel_only_amazon = [ "aws_xray_sdk", - "moto[cloudformation,glue]>4.2.5", + "moto[cloudformation,glue]>=4.2.9", f"mypy-boto3-rds>={_MIN_BOTO3_VERSION}", f"mypy-boto3-redshift-data>={_MIN_BOTO3_VERSION}", f"mypy-boto3-s3>={_MIN_BOTO3_VERSION}",