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 8d6f4ed87b Bump moto version (#24222)
8d6f4ed87b is described below

commit 8d6f4ed87bbb8e71ca34a7ff7a3464d677d7fb93
Author: eladkal <[email protected]>
AuthorDate: Sun Jun 5 22:01:48 2022 +0300

    Bump moto version (#24222)
    
    * Bump moto version
    version 3.1.10 broke main but the issue was fixed since in moto
    related: https://github.com/spulec/moto/pull/5165
    
    * fix moto
---
 setup.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/setup.py b/setup.py
index 7ce5e61e1a..994fbacd50 100644
--- a/setup.py
+++ b/setup.py
@@ -635,9 +635,7 @@ devel_only = [
     'jira',
     'jsondiff',
     'mongomock',
-    # Version 3.1.10 is breaking main bump to 3.1.11 when released.
-    # Fix already merged but was not released 
https://github.com/spulec/moto/pull/5165
-    'moto[glue]>=3.1.6, <3.1.10',
+    'moto[cloudformation, glue]>=3.1.12',
     'parameterized',
     'paramiko',
     'pipdeptree',

Reply via email to