Skip to content

Commit

Permalink
Bump moto version to >= 4.2.9 (#35687)
Browse files Browse the repository at this point in the history
* Bump moto version to > 4.2.9

Co-authored-by: Jarek Potiuk <jarek@potiuk.com>

---------

Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
  • Loading branch information
dstandish and potiuk committed Nov 16, 2023
1 parent 99df205 commit 47e9ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand Down

0 comments on commit 47e9ad2

Please sign in to comment.