This is an automated email from the ASF dual-hosted git repository.

potiuk 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 47e9ad2057 Bump moto version to >= 4.2.9 (#35687)
47e9ad2057 is described below

commit 47e9ad2057c79baa44a4a91ada05d5e33e68558e
Author: Daniel Standish <[email protected]>
AuthorDate: Thu Nov 16 09:01:47 2023 -0800

    Bump moto version to >= 4.2.9 (#35687)
    
    * Bump moto version to > 4.2.9
    
    Co-authored-by: Jarek Potiuk <[email protected]>
    
    ---------
    
    Co-authored-by: Jarek Potiuk <[email protected]>
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index c826e3eb82..18b478fb01 100644
--- a/setup.py
+++ b/setup.py
@@ -419,7 +419,7 @@ _MIN_BOTO3_VERSION = "1.28.0"
 
 _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}",

Reply via email to