Skip to content

Commit

Permalink
bump moto version
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal committed Mar 9, 2022
1 parent b2e0f76 commit 53fa9d9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ def write_version(filename: str = os.path.join(*[my_dir, "airflow", "git_version
'jira',
'jsondiff',
'mongomock',
'moto>=3.0.3',
'moto>=3.0.7',
'parameterized',
'paramiko',
'pipdeptree',
Expand All @@ -640,9 +640,6 @@ def write_version(filename: str = os.path.join(*[my_dir, "airflow", "git_version
'pytest-xdist',
'python-jose',
'pywinrm',
# The Responses 0.19.0 released on 07.03.2022 break our S3 tests. This limitation should be
# Removed when https://github.com/getsentry/responses/issues/511 is solved.
'responses<0.19.0',
'qds-sdk>=1.9.6',
'pytest-httpx',
'requests_mock',
Expand Down

0 comments on commit 53fa9d9

Please sign in to comment.