Skip to content

Commit

Permalink
update moto version (#34938)
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal committed Oct 15, 2023
1 parent 33ec729 commit 27443ec
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand Down

0 comments on commit 27443ec

Please sign in to comment.