This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 27443ec512 update moto version (#34938)
27443ec512 is described below
commit 27443ec5120c5a7fa16653a555ef6d4b7f7db6ec
Author: Elad Kalif <[email protected]>
AuthorDate: Sun Oct 15 08:02:43 2023 +0300
update moto version (#34938)
---
setup.py | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/setup.py b/setup.py
index e3f2d83c56..d3aee366f9 100644
--- a/setup.py
+++ b/setup.py
@@ -410,11 +410,7 @@ _MIN_BOTO3_VERSION = "1.28.0"
_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}",