Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump moto version #22099

Merged
merged 1 commit into from
Mar 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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