From 8d6f4ed87bbb8e71ca34a7ff7a3464d677d7fb93 Mon Sep 17 00:00:00 2001 From: eladkal <45845474+eladkal@users.noreply.github.com> Date: Sun, 5 Jun 2022 22:01:48 +0300 Subject: [PATCH] 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 7ce5e61e1a785..994fbacd50e4c 100644 --- a/setup.py +++ b/setup.py @@ -635,9 +635,7 @@ def write_version(filename: str = os.path.join(*[my_dir, "airflow", "git_version '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',