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 <[email protected]>

---------

Co-authored-by: Jarek Potiuk <[email protected]>
GitOrigin-RevId: 47e9ad2057c79baa44a4a91ada05d5e33e68558e
  • Loading branch information
2 people authored and Cloud Composer Team committed Sep 20, 2024
1 parent 085d2e6 commit 59b0ece
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 59b0ece

Please sign in to comment.