Skip to content

Commit

Permalink
Bump moto version (#24222)
Browse files Browse the repository at this point in the history
* Bump moto version
version 3.1.10 broke main but the issue was fixed since in moto
related: getmoto/moto#5165

* fix moto

GitOrigin-RevId: 8d6f4ed87bbb8e71ca34a7ff7a3464d677d7fb93
  • Loading branch information
eladkal authored and Cloud Composer Team committed Jan 27, 2023
1 parent cf5d1e6 commit 7f2bd86
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7f2bd86

Please sign in to comment.